Add nullability annotations throughout the code base

This commit is contained in:
iska
2015-11-30 02:49:58 +01:00
parent 1e30e4d86f
commit 9815d3b39e
22 changed files with 107 additions and 36 deletions
+4
View File
@@ -9,8 +9,12 @@
#import "HTMLElement.h"
#import "HTMLDocumentFragment.h"
NS_ASSUME_NONNULL_BEGIN
@interface HTMLTemplate : HTMLElement
@property (nonatomic, strong) HTMLDocumentFragment *content;
@end
NS_ASSUME_NONNULL_END