Skip to content

Commit

Permalink
Merge pull request #10 from grigaci/starters_optionals
Browse files Browse the repository at this point in the history
update optionals for starters
  • Loading branch information
grigaci committed Nov 25, 2015
2 parents daf0c41 + ddb1b59 commit 38f3265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BIObjCHelpers/Starters/BILaunchStartersFactory.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@interface BILaunchStartersFactory ()

@property (nonatomic, strong, nonnull, readwrite) UIApplication *application;
@property (nonatomic, strong, nonnull, readwrite) NSDictionary *launchOptions;
@property (nonatomic, strong, nullable, readwrite) NSDictionary *launchOptions;

@end

Expand Down
2 changes: 1 addition & 1 deletion BIObjCHelpers/Starters/BIStarterProtocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
- (void)start;

@optional
@property (nonatomic, strong, nonnull) NSDictionary *launchOptions;
@property (nonatomic, strong, nullable) NSDictionary *launchOptions;

@end

0 comments on commit 38f3265

Please sign in to comment.