Skip to content

Commit

Permalink
update optionals for starters
Browse files Browse the repository at this point in the history
  • Loading branch information
chiformihai committed Nov 25, 2015
1 parent 6f92873 commit ddb1b59
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 ddb1b59

Please sign in to comment.