Initialized an instance of this class.
@property( atomic,
readwrite,
strong,
nullable ) FirstType first;
@property( atomic,
readwrite,
strong,
nullable ) SecondType second;
- ( instancetype )initWithFirstValue: ( nullable FirstType )v1 secondValue: ( nullable SecondType )v2 NS_DESIGNATED_INITIALIZER;
@@end
This is the class's designated initializer.
The initialized instance