Skip to content

Commit

Permalink
Add nullability annotations to Bolts class.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Oct 29, 2015
1 parent 7d046d6 commit 3c884d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Bolts/Common/Bolts.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
#import <Bolts/BFWebViewAppLinkResolver.h>
#endif

NS_ASSUME_NONNULL_BEGIN

/*! @abstract 80175001: There were multiple errors. */
extern NSInteger const kBFMultipleErrorsError;

Expand All @@ -41,3 +43,5 @@ extern NSInteger const kBFMultipleErrorsError;
+ (NSString *)version;

@end

NS_ASSUME_NONNULL_END

0 comments on commit 3c884d8

Please sign in to comment.