0
llucycodes42
Shortcut: init_with_coder
init_with_coder
0 Comments
- (instancetype)initWithCoder:(NSCoder *)coder { self = [super initWithCoder:coder]; if (self) { statements } return self; }