RAOptionCell.h 246 B

123456789101112131415
  1. //
  2. // RAOptionCell.h
  3. // Apex And Drivers
  4. //
  5. // Created by Jack on 2018/9/12.
  6. // Copyright © 2018年 USAI. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface RAOptionCell : UITableViewCell
  10. - (void)setTitle:(NSString *)title;
  11. @end