DetailTableViewCell.h 264 B

123456789101112131415
  1. //
  2. // DetailTableViewCell.h
  3. // BDVRClientDemo
  4. //
  5. // Created by baidu on 16/3/15.
  6. // Copyright © 2016年 baidu. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface DetailTableViewCell : UITableViewCell
  10. - (void)setDetailTitle:(NSString *)title;
  11. @end