Skip to content

Instantly share code, notes, and snippets.

@InoruYang
Last active October 19, 2018 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save InoruYang/cacdcf07903d4a81f251cf0d30b460fa to your computer and use it in GitHub Desktop.
Save InoruYang/cacdcf07903d4a81f251cf0d30b460fa to your computer and use it in GitHub Desktop.
@implementation InterfaceController
#pragma mark - Life Cycle
- (void)awakeWithContext:(id)context {
[super awakeWithContext:context];
//[self parseContext: context];
//[self configureController];
}
#pragma mark - Private Method
/// 解析context
- (void)parseContext:(id)context {
}
/// 配置控制器
- (void)configureController {
}
#pragma mark - Getter and Setter
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment