aboutsummaryrefslogtreecommitdiff
path: root/objectivec/GPBRootObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'objectivec/GPBRootObject.h')
-rw-r--r--objectivec/GPBRootObject.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/objectivec/GPBRootObject.h b/objectivec/GPBRootObject.h
index 2904162e..e2af5d97 100644
--- a/objectivec/GPBRootObject.h
+++ b/objectivec/GPBRootObject.h
@@ -32,6 +32,8 @@
@class GPBExtensionRegistry;
+NS_ASSUME_NONNULL_BEGIN
+
// All Root Objects derive from GPBRootObject. It supplies a registry
// for derived classes to register their extensions to.
@interface GPBRootObject : NSObject
@@ -40,3 +42,5 @@
+ (GPBExtensionRegistry *)extensionRegistry;
@end
+
+NS_ASSUME_NONNULL_END