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

@@ -14,6 +14,8 @@
#import "ASImageNode.h"
#import "ASRangeController.h"
NS_ASSUME_NONNULL_BEGIN
@interface ASImageNode (Debugging)
/**
@@ -67,3 +69,4 @@
@end
NS_ASSUME_NONNULL_END