Skip to content

Commit

Permalink
Merge pull request #11 from grigaci/starters_optionals
Browse files Browse the repository at this point in the history
nullable launchOptions for BILaunchStartersFactory initializer
  • Loading branch information
grigaci committed Nov 25, 2015
2 parents 38f3265 + 03eda3f commit 44c648e
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 44c648e

Please sign in to comment.