Skip to content

Instantly share code, notes, and snippets.

@petermolnar-dev
Created January 19, 2017 21:12
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 petermolnar-dev/37cce587905bbb00c9f9036f4386dd32 to your computer and use it in GitHub Desktop.
Save petermolnar-dev/37cce587905bbb00c9f9036f4386dd32 to your computer and use it in GitHub Desktop.
Nunnull_Nullable
@property (weak, nonatomic, nullable) id <PMOProgressDelegate> progressDelegate;
@property (unsafe_unretained, nonatomic) BOOL isAllModelParsed;
- (nullable instancetype)initWithModelControllers:(nullable NSArray <PMODrawModelController *>*) models NS_DESIGNATED_INITIALIZER;
- (nullable instancetype)init NS_UNAVAILABLE;
- (void)startPopulateDrawNumbersWithCompletionHandler:(void (^_Nonnull)(BOOL wasSuccessfull, NSArray <NSNumber*>* _Nullable numbers))callback;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment