RAModeListViewController.h 496 B

1234567891011121314151617181920
  1. //
  2. // ViewController.h
  3. // RedAnt Mobile
  4. //
  5. // Created by Ray on 06/09/2017.
  6. // Copyright © 2017 Ray. All rights reserved.
  7. //
  8. #import "BasicViewController.h"
  9. @interface RAModeListViewController : BasicViewController
  10. @property (strong,nonatomic) NSArray* modelist;
  11. @property (assign) BOOL isroot;
  12. //- (void)setModeList:(NSArray *)modeList;
  13. //@property (nonatomic , copy) NSString* (^onRBName)(void);
  14. //@property (nonatomic , copy) void (^onRBClick)(RAModeListViewController* bself);
  15. @end