| 1234567891011121314151617181920 |
- //
- // ViewController.h
- // RedAnt Mobile
- //
- // Created by Ray on 06/09/2017.
- // Copyright © 2017 Ray. All rights reserved.
- //
- #import "BasicViewController.h"
- @interface RAModeListViewController : BasicViewController
- @property (strong,nonatomic) NSArray* modelist;
- @property (assign) BOOL isroot;
- //- (void)setModeList:(NSArray *)modeList;
- //@property (nonatomic , copy) NSString* (^onRBName)(void);
- //@property (nonatomic , copy) void (^onRBClick)(RAModeListViewController* bself);
- @end
|