We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b817d12 commit 588a0b8Copy full SHA for 588a0b8
XLForm/XL/Descriptors/XLFormDescriptor.h
@@ -28,8 +28,8 @@
28
#import "XLFormDescriptorDelegate.h"
29
#import <Foundation/Foundation.h>
30
31
-NSString * const XLFormErrorDomain;
32
-NSString * const XLValidationStatusErrorKey;
+extern NSString * const XLFormErrorDomain;
+extern NSString * const XLValidationStatusErrorKey;
33
34
typedef NS_ENUM(NSInteger, XLFormErrorCode)
35
{
0 commit comments