0
llucycodes42
Shortcut: init
init
0 Comments
- (instancetype)init { self = [super init]; if (self) { statements } return self; }