| 12345678910111213141516171819 |
- //
- // RAModeCell.h
- // RedAnt Mobile
- //
- // Created by Jack on 2017/10/31.
- // Copyright © 2017年 Ray. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //@class RAModel;
- @interface RAModeCell : UITableViewCell
- //@property (nonatomic,strong) RAModel *model;
- @property (nonatomic,strong) NSMutableDictionary *modeinfo;
- @property (weak, nonatomic) IBOutlet UIButton *settingBtn;
- @end
|