Guest User

Untitled

a guest
Oct 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. @implementation InterfaceController
  2.  
  3. #pragma mark - Life Cycle
  4.  
  5. - (void)awakeWithContext:(id)context {
  6. [super awakeWithContext:context];
  7.  
  8. //[self parseContext: context];
  9. //[self configureController];
  10. }
  11.  
  12. #pragma mark - Private Method
  13.  
  14. /// 解析context
  15. - (void)parseContext:(id)context {
  16. }
  17.  
  18. /// 配置控制器
  19. - (void)configureController {
  20. }
  21.  
  22. #pragma mark - Getter and Setter
  23.  
  24.  
  25.  
  26. @end
Add Comment
Please, Sign In to add comment