Add some nullability specifiers to our public headers (#2291)

This commit is contained in:
Adlai Holler
2016-09-27 18:15:04 -04:00
committed by GitHub
parent ec64b9b229
commit f421787cd3
12 changed files with 53 additions and 17 deletions

View File

@@ -12,6 +12,10 @@
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface ASPagerFlowLayout : UICollectionViewFlowLayout
@end
NS_ASSUME_NONNULL_END