RAModeCell.h 388 B

12345678910111213141516171819
  1. //
  2. // RAModeCell.h
  3. // RedAnt Mobile
  4. //
  5. // Created by Jack on 2017/10/31.
  6. // Copyright © 2017年 Ray. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //@class RAModel;
  10. @interface RAModeCell : UITableViewCell
  11. //@property (nonatomic,strong) RAModel *model;
  12. @property (nonatomic,strong) NSMutableDictionary *modeinfo;
  13. @property (weak, nonatomic) IBOutlet UIButton *settingBtn;
  14. @end