Skip to content

Commit

Permalink
nullable launchOptions for BILaunchStartersFactory initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
chiformihai committed Nov 25, 2015
1 parent ddb1b59 commit 03eda3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BIObjCHelpers/Starters/BILaunchStartersFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- (nonnull instancetype)init NS_UNAVAILABLE;
+ (nonnull instancetype)new NS_UNAVAILABLE;

- (nonnull instancetype)initWithLaunchingOptions:(nonnull NSDictionary *)launchOptions;
- (nonnull instancetype)initWithLaunchingOptions:(nullable NSDictionary *)launchOptions;

@property (nonatomic, strong, nonnull, readonly) UIApplication *application;
@property (nonatomic, strong, nonnull, readonly) NSDictionary *launchOptions;
Expand Down

0 comments on commit 03eda3f

Please sign in to comment.