Skip to content

Commit

Permalink
更新 QMUICommonTableViewController 的 init 方法
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLice committed Dec 22, 2017
1 parent 12bfe11 commit ac98feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QMUICommonTableViewController/___FILEBASENAME___.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ @interface ___FILEBASENAMEASIDENTIFIER___ ()

@implementation ___FILEBASENAMEASIDENTIFIER___

- (void)didInitialized {
[super didInitialized];
- (void)didInitializedWithStyle:(UITableViewStyle)style {
[super didInitializedWithStyle:style];
// init 时做的事情请写在这里
}

Expand Down

0 comments on commit ac98feb

Please sign in to comment.