react-native-notifyvisitors 4.5.3 → 4.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/.classpath +1 -1
- package/android/.settings/org.eclipse.jdt.core.prefs +3 -3
- package/android/build.gradle +3 -3
- package/android/src/main/java/com/rn_notifyvisitors/RNNotifyVisitorsEmbedViewManager.java +40 -2
- package/android/src/main/java/com/rn_notifyvisitors/RNNotifyvisitorsModule.java +37 -37
- package/android/src/main/java/com/rn_notifyvisitors/RNNotifyvisitorsPackage.java +4 -5
- package/index.d.ts +15 -5
- package/index.js +47 -20
- package/ios/RNNotifyvisitors/RCTNVEventEmitter.m +17 -0
- package/ios/RNNotifyvisitors/RNNVNativeDisplayView.h +25 -0
- package/ios/RNNotifyvisitors/RNNVNativeDisplayView.m +92 -0
- package/ios/RNNotifyvisitors/RNNVNativeDisplayViewManager.h +1 -9
- package/ios/RNNotifyvisitors/RNNVNativeDisplayViewManager.m +8 -31
- package/ios/RNNotifyvisitors/RNNotifyvisitors.m +1 -1
- package/ios/RNNotifyvisitors.xcodeproj/project.pbxproj +8 -8
- package/ios/notifyvisitors.xcframework/Info.plist +9 -9
- package/ios/notifyvisitors.xcframework/ios-arm64/notifyvisitors.framework/Headers/notifyvisitors.h +3 -0
- package/ios/notifyvisitors.xcframework/ios-arm64/notifyvisitors.framework/Info.plist +0 -0
- package/ios/notifyvisitors.xcframework/ios-arm64/notifyvisitors.framework/_CodeSignature/CodeResources +3 -3
- package/ios/notifyvisitors.xcframework/ios-arm64/notifyvisitors.framework/notifyvisitors +0 -0
- package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitors.framework/Versions/A/Headers/notifyvisitors.h +3 -0
- package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitors.framework/Versions/A/Resources/Info.plist +2 -2
- package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitors.framework/Versions/A/_CodeSignature/CodeResources +3 -3
- package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitors.framework/Versions/A/notifyvisitors +0 -0
- package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-simulator/notifyvisitors.framework/Headers/notifyvisitors.h +3 -0
- package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-simulator/notifyvisitors.framework/Info.plist +0 -0
- package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-simulator/notifyvisitors.framework/_CodeSignature/CodeResources +3 -3
- package/ios/notifyvisitors.xcframework/ios-arm64_x86_64-simulator/notifyvisitors.framework/notifyvisitors +0 -0
- package/ios/notifyvisitorsNudges.xcframework/Info.plist +7 -7
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Headers/notifyvisitorsNudges-Swift.h +2 -3
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Info.plist +0 -0
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios.abi.json +74 -49
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios.private.swiftinterface +3 -2
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios.swiftinterface +3 -2
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/notifyvisitorsNudges +0 -0
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Headers/notifyvisitorsNudges-Swift.h +4 -6
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-macabi.abi.json +74 -49
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-macabi.swiftinterface +3 -2
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-macabi.abi.json +74 -49
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-macabi.swiftinterface +3 -2
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Resources/Info.plist +2 -2
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/notifyvisitorsNudges +0 -0
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Headers/notifyvisitorsNudges-Swift.h +4 -6
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Info.plist +0 -0
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-simulator.abi.json +74 -49
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +3 -2
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-simulator.swiftinterface +3 -2
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-simulator.abi.json +74 -49
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +3 -2
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +3 -2
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/_CodeSignature/CodeResources +19 -19
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-simulator/notifyvisitorsNudges.framework/notifyvisitorsNudges +0 -0
- package/package.json +1 -1
- package/react-native-notifyvisitors.podspec +3 -3
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface +0 -41
- package/ios/notifyvisitorsNudges.xcframework/ios-arm64_x86_64-maccatalyst/notifyvisitorsNudges.framework/Versions/A/Modules/notifyvisitorsNudges.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface +0 -41
|
@@ -6,40 +6,40 @@
|
|
|
6
6
|
<array>
|
|
7
7
|
<dict>
|
|
8
8
|
<key>BinaryPath</key>
|
|
9
|
-
<string>notifyvisitors.framework/notifyvisitors</string>
|
|
9
|
+
<string>notifyvisitors.framework/Versions/A/notifyvisitors</string>
|
|
10
10
|
<key>LibraryIdentifier</key>
|
|
11
|
-
<string>ios-
|
|
11
|
+
<string>ios-arm64_x86_64-maccatalyst</string>
|
|
12
12
|
<key>LibraryPath</key>
|
|
13
13
|
<string>notifyvisitors.framework</string>
|
|
14
14
|
<key>SupportedArchitectures</key>
|
|
15
15
|
<array>
|
|
16
16
|
<string>arm64</string>
|
|
17
|
+
<string>x86_64</string>
|
|
17
18
|
</array>
|
|
18
19
|
<key>SupportedPlatform</key>
|
|
19
20
|
<string>ios</string>
|
|
21
|
+
<key>SupportedPlatformVariant</key>
|
|
22
|
+
<string>maccatalyst</string>
|
|
20
23
|
</dict>
|
|
21
24
|
<dict>
|
|
22
25
|
<key>BinaryPath</key>
|
|
23
26
|
<string>notifyvisitors.framework/notifyvisitors</string>
|
|
24
27
|
<key>LibraryIdentifier</key>
|
|
25
|
-
<string>ios-
|
|
28
|
+
<string>ios-arm64</string>
|
|
26
29
|
<key>LibraryPath</key>
|
|
27
30
|
<string>notifyvisitors.framework</string>
|
|
28
31
|
<key>SupportedArchitectures</key>
|
|
29
32
|
<array>
|
|
30
33
|
<string>arm64</string>
|
|
31
|
-
<string>x86_64</string>
|
|
32
34
|
</array>
|
|
33
35
|
<key>SupportedPlatform</key>
|
|
34
36
|
<string>ios</string>
|
|
35
|
-
<key>SupportedPlatformVariant</key>
|
|
36
|
-
<string>simulator</string>
|
|
37
37
|
</dict>
|
|
38
38
|
<dict>
|
|
39
39
|
<key>BinaryPath</key>
|
|
40
|
-
<string>notifyvisitors.framework/
|
|
40
|
+
<string>notifyvisitors.framework/notifyvisitors</string>
|
|
41
41
|
<key>LibraryIdentifier</key>
|
|
42
|
-
<string>ios-arm64_x86_64-
|
|
42
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
43
43
|
<key>LibraryPath</key>
|
|
44
44
|
<string>notifyvisitors.framework</string>
|
|
45
45
|
<key>SupportedArchitectures</key>
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
<key>SupportedPlatform</key>
|
|
51
51
|
<string>ios</string>
|
|
52
52
|
<key>SupportedPlatformVariant</key>
|
|
53
|
-
<string>
|
|
53
|
+
<string>simulator</string>
|
|
54
54
|
</dict>
|
|
55
55
|
</array>
|
|
56
56
|
<key>CFBundlePackageType</key>
|
package/ios/notifyvisitors.xcframework/ios-arm64/notifyvisitors.framework/Headers/notifyvisitors.h
CHANGED
|
@@ -43,6 +43,9 @@ typedef void(^nv_UID)(NSString *_Nullable);
|
|
|
43
43
|
- (void)NotifyvisitorsGetEventResponseWithUserInfo:(NSDictionary*_Nullable)userInfo DEPRECATED_MSG_ATTRIBUTE("first deprecated in Notifyvisitors iOS SDK 7.0.1 Use [notifyvisitors notifyvisitorsEventsResponseCallback:] (see notifyvisitors.h)");
|
|
44
44
|
-(void)notifyvisitorsEventsResponseCallback:(NSDictionary*_Nullable)callback;
|
|
45
45
|
-(void)notifyvisitorsKnownUserIdentified:(NSDictionary*_Nullable)userInfo;
|
|
46
|
+
-(void)notifyvisitorsNewDelegateMethod:(NSDictionary*_Nullable)userInfo;
|
|
47
|
+
-(void)notifyvisitorsNudgeUiFinalized:(NSDictionary*_Nullable)callback;
|
|
48
|
+
|
|
46
49
|
@end
|
|
47
50
|
|
|
48
51
|
@interface NVCenterStyleConfig : NSObject
|
|
Binary file
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
</data>
|
|
11
11
|
<key>Headers/notifyvisitors.h</key>
|
|
12
12
|
<data>
|
|
13
|
-
|
|
13
|
+
Aep+7bBBxdlWfBwFnLsn5FG2Drs=
|
|
14
14
|
</data>
|
|
15
15
|
<key>Info.plist</key>
|
|
16
16
|
<data>
|
|
17
|
-
|
|
17
|
+
Mnju4G9z5kaYA/f59Xk/injzXmI=
|
|
18
18
|
</data>
|
|
19
19
|
<key>Modules/module.modulemap</key>
|
|
20
20
|
<data>
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
<dict>
|
|
39
39
|
<key>hash2</key>
|
|
40
40
|
<data>
|
|
41
|
-
|
|
41
|
+
BkseGRTW87R8NTFvkDBy+THW6LnQH313o89sRG0V4Zo=
|
|
42
42
|
</data>
|
|
43
43
|
</dict>
|
|
44
44
|
<key>Modules/module.modulemap</key>
|
|
Binary file
|
|
@@ -43,6 +43,9 @@ typedef void(^nv_UID)(NSString *_Nullable);
|
|
|
43
43
|
- (void)NotifyvisitorsGetEventResponseWithUserInfo:(NSDictionary*_Nullable)userInfo DEPRECATED_MSG_ATTRIBUTE("first deprecated in Notifyvisitors iOS SDK 7.0.1 Use [notifyvisitors notifyvisitorsEventsResponseCallback:] (see notifyvisitors.h)");
|
|
44
44
|
-(void)notifyvisitorsEventsResponseCallback:(NSDictionary*_Nullable)callback;
|
|
45
45
|
-(void)notifyvisitorsKnownUserIdentified:(NSDictionary*_Nullable)userInfo;
|
|
46
|
+
-(void)notifyvisitorsNewDelegateMethod:(NSDictionary*_Nullable)userInfo;
|
|
47
|
+
-(void)notifyvisitorsNudgeUiFinalized:(NSDictionary*_Nullable)callback;
|
|
48
|
+
|
|
46
49
|
@end
|
|
47
50
|
|
|
48
51
|
@interface NVCenterStyleConfig : NSObject
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
<key>CFBundlePackageType</key>
|
|
18
18
|
<string>FMWK</string>
|
|
19
19
|
<key>CFBundleShortVersionString</key>
|
|
20
|
-
<string>7.3.
|
|
20
|
+
<string>7.3.3</string>
|
|
21
21
|
<key>CFBundleSupportedPlatforms</key>
|
|
22
22
|
<array>
|
|
23
23
|
<string>MacOSX</string>
|
|
24
24
|
</array>
|
|
25
25
|
<key>CFBundleVersion</key>
|
|
26
|
-
<string>7.3.
|
|
26
|
+
<string>7.3.3</string>
|
|
27
27
|
<key>DTCompiler</key>
|
|
28
28
|
<string>com.apple.compilers.llvm.clang.1_0</string>
|
|
29
29
|
<key>DTPlatformBuild</key>
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
</data>
|
|
11
11
|
<key>Resources/Info.plist</key>
|
|
12
12
|
<data>
|
|
13
|
-
|
|
13
|
+
deyzZGhK3Gyq37DuPvGwpSbr3bA=
|
|
14
14
|
</data>
|
|
15
15
|
<key>Resources/PrivacyInfo.xcprivacy</key>
|
|
16
16
|
<data>
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<dict>
|
|
24
24
|
<key>hash2</key>
|
|
25
25
|
<data>
|
|
26
|
-
|
|
26
|
+
BkseGRTW87R8NTFvkDBy+THW6LnQH313o89sRG0V4Zo=
|
|
27
27
|
</data>
|
|
28
28
|
</dict>
|
|
29
29
|
<key>Modules/module.modulemap</key>
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
<dict>
|
|
45
45
|
<key>hash2</key>
|
|
46
46
|
<data>
|
|
47
|
-
|
|
47
|
+
5HC7Jbv82QtKdD+zkDDCz4Z0e0cYUYWjibhecSq719w=
|
|
48
48
|
</data>
|
|
49
49
|
</dict>
|
|
50
50
|
<key>Resources/PrivacyInfo.xcprivacy</key>
|
|
Binary file
|
|
@@ -43,6 +43,9 @@ typedef void(^nv_UID)(NSString *_Nullable);
|
|
|
43
43
|
- (void)NotifyvisitorsGetEventResponseWithUserInfo:(NSDictionary*_Nullable)userInfo DEPRECATED_MSG_ATTRIBUTE("first deprecated in Notifyvisitors iOS SDK 7.0.1 Use [notifyvisitors notifyvisitorsEventsResponseCallback:] (see notifyvisitors.h)");
|
|
44
44
|
-(void)notifyvisitorsEventsResponseCallback:(NSDictionary*_Nullable)callback;
|
|
45
45
|
-(void)notifyvisitorsKnownUserIdentified:(NSDictionary*_Nullable)userInfo;
|
|
46
|
+
-(void)notifyvisitorsNewDelegateMethod:(NSDictionary*_Nullable)userInfo;
|
|
47
|
+
-(void)notifyvisitorsNudgeUiFinalized:(NSDictionary*_Nullable)callback;
|
|
48
|
+
|
|
46
49
|
@end
|
|
47
50
|
|
|
48
51
|
@interface NVCenterStyleConfig : NSObject
|
|
Binary file
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
</data>
|
|
11
11
|
<key>Headers/notifyvisitors.h</key>
|
|
12
12
|
<data>
|
|
13
|
-
|
|
13
|
+
Aep+7bBBxdlWfBwFnLsn5FG2Drs=
|
|
14
14
|
</data>
|
|
15
15
|
<key>Info.plist</key>
|
|
16
16
|
<data>
|
|
17
|
-
|
|
17
|
+
2uTUPMvOihwLRfDYjWry0YmxOCU=
|
|
18
18
|
</data>
|
|
19
19
|
<key>Modules/module.modulemap</key>
|
|
20
20
|
<data>
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
<dict>
|
|
39
39
|
<key>hash2</key>
|
|
40
40
|
<data>
|
|
41
|
-
|
|
41
|
+
BkseGRTW87R8NTFvkDBy+THW6LnQH313o89sRG0V4Zo=
|
|
42
42
|
</data>
|
|
43
43
|
</dict>
|
|
44
44
|
<key>Modules/module.modulemap</key>
|
|
Binary file
|
|
@@ -23,34 +23,34 @@
|
|
|
23
23
|
</dict>
|
|
24
24
|
<dict>
|
|
25
25
|
<key>BinaryPath</key>
|
|
26
|
-
<string>notifyvisitorsNudges.framework/
|
|
26
|
+
<string>notifyvisitorsNudges.framework/notifyvisitorsNudges</string>
|
|
27
27
|
<key>LibraryIdentifier</key>
|
|
28
|
-
<string>ios-
|
|
28
|
+
<string>ios-arm64</string>
|
|
29
29
|
<key>LibraryPath</key>
|
|
30
30
|
<string>notifyvisitorsNudges.framework</string>
|
|
31
31
|
<key>SupportedArchitectures</key>
|
|
32
32
|
<array>
|
|
33
33
|
<string>arm64</string>
|
|
34
|
-
<string>x86_64</string>
|
|
35
34
|
</array>
|
|
36
35
|
<key>SupportedPlatform</key>
|
|
37
36
|
<string>ios</string>
|
|
38
|
-
<key>SupportedPlatformVariant</key>
|
|
39
|
-
<string>maccatalyst</string>
|
|
40
37
|
</dict>
|
|
41
38
|
<dict>
|
|
42
39
|
<key>BinaryPath</key>
|
|
43
|
-
<string>notifyvisitorsNudges.framework/notifyvisitorsNudges</string>
|
|
40
|
+
<string>notifyvisitorsNudges.framework/Versions/A/notifyvisitorsNudges</string>
|
|
44
41
|
<key>LibraryIdentifier</key>
|
|
45
|
-
<string>ios-
|
|
42
|
+
<string>ios-arm64_x86_64-maccatalyst</string>
|
|
46
43
|
<key>LibraryPath</key>
|
|
47
44
|
<string>notifyvisitorsNudges.framework</string>
|
|
48
45
|
<key>SupportedArchitectures</key>
|
|
49
46
|
<array>
|
|
50
47
|
<string>arm64</string>
|
|
48
|
+
<string>x86_64</string>
|
|
51
49
|
</array>
|
|
52
50
|
<key>SupportedPlatform</key>
|
|
53
51
|
<string>ios</string>
|
|
52
|
+
<key>SupportedPlatformVariant</key>
|
|
53
|
+
<string>maccatalyst</string>
|
|
54
54
|
</dict>
|
|
55
55
|
</array>
|
|
56
56
|
<key>CFBundlePackageType</key>
|
|
@@ -313,8 +313,7 @@ SWIFT_CLASS_NAMED("notifyvisitorsNativeDisplay")
|
|
|
313
313
|
@interface notifyvisitorsNativeDisplay : NSObject
|
|
314
314
|
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) notifyvisitorsNativeDisplay * _Nonnull sharedInstance;)
|
|
315
315
|
+ (notifyvisitorsNativeDisplay * _Nonnull)sharedInstance SWIFT_WARN_UNUSED_RESULT;
|
|
316
|
-
- (nonnull instancetype)init
|
|
317
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
316
|
+
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
318
317
|
- (UIView * _Nonnull)loadContentForPropertyName:(NSString * _Nonnull)propertyName SWIFT_WARN_UNUSED_RESULT;
|
|
319
318
|
@end
|
|
320
319
|
|
|
@@ -336,9 +335,9 @@ SWIFT_CLASS_NAMED("notifyvisitorsNudgesManager")
|
|
|
336
335
|
@interface notifyvisitorsNudgesManager : NSObject
|
|
337
336
|
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) notifyvisitorsNudgesManager * _Nonnull sharedInstance;)
|
|
338
337
|
+ (notifyvisitorsNudgesManager * _Nonnull)sharedInstance SWIFT_WARN_UNUSED_RESULT;
|
|
338
|
+
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
339
339
|
@property (nonatomic, weak) id <notifyvisitorsNudgesDelegate> _Nullable delegate;
|
|
340
340
|
- (void)showPipVideoPopupWithInAppMessaageData:(NSDictionary * _Nullable)inAppMessageDataDict;
|
|
341
|
-
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
342
341
|
@end
|
|
343
342
|
|
|
344
343
|
#endif
|
package/ios/notifyvisitorsNudges.xcframework/ios-arm64/notifyvisitorsNudges.framework/Info.plist
CHANGED
|
Binary file
|
|
@@ -417,6 +417,32 @@
|
|
|
417
417
|
}
|
|
418
418
|
]
|
|
419
419
|
},
|
|
420
|
+
{
|
|
421
|
+
"kind": "Constructor",
|
|
422
|
+
"name": "init",
|
|
423
|
+
"printedName": "init()",
|
|
424
|
+
"children": [
|
|
425
|
+
{
|
|
426
|
+
"kind": "TypeNominal",
|
|
427
|
+
"name": "notifyvisitorsNudgesManager",
|
|
428
|
+
"printedName": "notifyvisitorsNudges.notifyvisitorsNudgesManager",
|
|
429
|
+
"usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNudgesManager"
|
|
430
|
+
}
|
|
431
|
+
],
|
|
432
|
+
"declKind": "Constructor",
|
|
433
|
+
"usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNudgesManager(im)init",
|
|
434
|
+
"mangledName": "$s20notifyvisitorsNudges0aB7ManagerCACycfc",
|
|
435
|
+
"moduleName": "notifyvisitorsNudges",
|
|
436
|
+
"overriding": true,
|
|
437
|
+
"objc_name": "init",
|
|
438
|
+
"declAttributes": [
|
|
439
|
+
"Dynamic",
|
|
440
|
+
"ObjC",
|
|
441
|
+
"Override",
|
|
442
|
+
"AccessControl"
|
|
443
|
+
],
|
|
444
|
+
"init_kind": "Designated"
|
|
445
|
+
},
|
|
420
446
|
{
|
|
421
447
|
"kind": "Var",
|
|
422
448
|
"name": "delegate",
|
|
@@ -562,32 +588,6 @@
|
|
|
562
588
|
"ObjC"
|
|
563
589
|
],
|
|
564
590
|
"funcSelfKind": "NonMutating"
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"kind": "Constructor",
|
|
568
|
-
"name": "init",
|
|
569
|
-
"printedName": "init()",
|
|
570
|
-
"children": [
|
|
571
|
-
{
|
|
572
|
-
"kind": "TypeNominal",
|
|
573
|
-
"name": "notifyvisitorsNudgesManager",
|
|
574
|
-
"printedName": "notifyvisitorsNudges.notifyvisitorsNudgesManager",
|
|
575
|
-
"usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNudgesManager"
|
|
576
|
-
}
|
|
577
|
-
],
|
|
578
|
-
"declKind": "Constructor",
|
|
579
|
-
"usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNudgesManager(im)init",
|
|
580
|
-
"mangledName": "$s20notifyvisitorsNudges0aB7ManagerCACycfc",
|
|
581
|
-
"moduleName": "notifyvisitorsNudges",
|
|
582
|
-
"overriding": true,
|
|
583
|
-
"implicit": true,
|
|
584
|
-
"objc_name": "init",
|
|
585
|
-
"declAttributes": [
|
|
586
|
-
"Dynamic",
|
|
587
|
-
"ObjC",
|
|
588
|
-
"Override"
|
|
589
|
-
],
|
|
590
|
-
"init_kind": "Designated"
|
|
591
591
|
}
|
|
592
592
|
],
|
|
593
593
|
"declKind": "Class",
|
|
@@ -765,6 +765,32 @@
|
|
|
765
765
|
}
|
|
766
766
|
]
|
|
767
767
|
},
|
|
768
|
+
{
|
|
769
|
+
"kind": "Constructor",
|
|
770
|
+
"name": "init",
|
|
771
|
+
"printedName": "init()",
|
|
772
|
+
"children": [
|
|
773
|
+
{
|
|
774
|
+
"kind": "TypeNominal",
|
|
775
|
+
"name": "notifyvisitorsNativeDisplay",
|
|
776
|
+
"printedName": "notifyvisitorsNudges.notifyvisitorsNativeDisplay",
|
|
777
|
+
"usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNativeDisplay"
|
|
778
|
+
}
|
|
779
|
+
],
|
|
780
|
+
"declKind": "Constructor",
|
|
781
|
+
"usr": "c:@M@notifyvisitorsNudges@objc(cs)notifyvisitorsNativeDisplay(im)init",
|
|
782
|
+
"mangledName": "$s20notifyvisitorsNudges0A13NativeDisplayCACycfc",
|
|
783
|
+
"moduleName": "notifyvisitorsNudges",
|
|
784
|
+
"overriding": true,
|
|
785
|
+
"objc_name": "init",
|
|
786
|
+
"declAttributes": [
|
|
787
|
+
"Dynamic",
|
|
788
|
+
"ObjC",
|
|
789
|
+
"Override",
|
|
790
|
+
"AccessControl"
|
|
791
|
+
],
|
|
792
|
+
"init_kind": "Designated"
|
|
793
|
+
},
|
|
768
794
|
{
|
|
769
795
|
"kind": "Function",
|
|
770
796
|
"name": "loadContent",
|
|
@@ -805,7 +831,6 @@
|
|
|
805
831
|
"ObjC"
|
|
806
832
|
],
|
|
807
833
|
"superclassUsr": "c:objc(cs)NSObject",
|
|
808
|
-
"hasMissingDesignatedInitializers": true,
|
|
809
834
|
"inheritsConvenienceInitializers": true,
|
|
810
835
|
"superclassNames": [
|
|
811
836
|
"ObjectiveC.NSObject"
|
|
@@ -1543,7 +1568,7 @@
|
|
|
1543
1568
|
"kind": "StringLiteral",
|
|
1544
1569
|
"offset": 352,
|
|
1545
1570
|
"length": 7,
|
|
1546
|
-
"value": "\"
|
|
1571
|
+
"value": "\"0.0.2\""
|
|
1547
1572
|
},
|
|
1548
1573
|
{
|
|
1549
1574
|
"filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Config\/NVSDKNudgesFrameworkInfo.swift",
|
|
@@ -1570,100 +1595,100 @@
|
|
|
1570
1595
|
"filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
|
|
1571
1596
|
"kind": "IntegerLiteral",
|
|
1572
1597
|
"offset": 401,
|
|
1573
|
-
"length":
|
|
1574
|
-
"value": "
|
|
1598
|
+
"length": 1,
|
|
1599
|
+
"value": "8"
|
|
1575
1600
|
},
|
|
1576
1601
|
{
|
|
1577
1602
|
"filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
|
|
1578
1603
|
"kind": "FloatLiteral",
|
|
1579
|
-
"offset":
|
|
1604
|
+
"offset": 445,
|
|
1580
1605
|
"length": 3,
|
|
1581
1606
|
"value": "0.1"
|
|
1582
1607
|
},
|
|
1583
1608
|
{
|
|
1584
1609
|
"filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
|
|
1585
1610
|
"kind": "IntegerLiteral",
|
|
1586
|
-
"offset":
|
|
1611
|
+
"offset": 492,
|
|
1587
1612
|
"length": 1,
|
|
1588
1613
|
"value": "4"
|
|
1589
1614
|
},
|
|
1590
1615
|
{
|
|
1591
1616
|
"filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
|
|
1592
1617
|
"kind": "IntegerLiteral",
|
|
1593
|
-
"offset":
|
|
1618
|
+
"offset": 545,
|
|
1594
1619
|
"length": 2,
|
|
1595
1620
|
"value": "14"
|
|
1596
1621
|
},
|
|
1597
|
-
{
|
|
1598
|
-
"filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
|
|
1599
|
-
"kind": "IntegerLiteral",
|
|
1600
|
-
"offset": 648,
|
|
1601
|
-
"length": 3,
|
|
1602
|
-
"value": "280"
|
|
1603
|
-
},
|
|
1604
1622
|
{
|
|
1605
1623
|
"filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
|
|
1606
1624
|
"kind": "BooleanLiteral",
|
|
1607
|
-
"offset":
|
|
1625
|
+
"offset": 669,
|
|
1608
1626
|
"length": 4,
|
|
1609
1627
|
"value": "true"
|
|
1610
1628
|
},
|
|
1611
1629
|
{
|
|
1612
1630
|
"filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
|
|
1613
1631
|
"kind": "BooleanLiteral",
|
|
1614
|
-
"offset":
|
|
1632
|
+
"offset": 866,
|
|
1615
1633
|
"length": 4,
|
|
1616
1634
|
"value": "true"
|
|
1617
1635
|
},
|
|
1618
1636
|
{
|
|
1619
1637
|
"filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
|
|
1620
1638
|
"kind": "BooleanLiteral",
|
|
1621
|
-
"offset":
|
|
1639
|
+
"offset": 914,
|
|
1622
1640
|
"length": 5,
|
|
1623
1641
|
"value": "false"
|
|
1624
1642
|
},
|
|
1625
1643
|
{
|
|
1626
1644
|
"filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
|
|
1627
1645
|
"kind": "BooleanLiteral",
|
|
1628
|
-
"offset":
|
|
1646
|
+
"offset": 975,
|
|
1629
1647
|
"length": 5,
|
|
1630
1648
|
"value": "false"
|
|
1631
1649
|
},
|
|
1632
1650
|
{
|
|
1633
1651
|
"filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
|
|
1634
1652
|
"kind": "BooleanLiteral",
|
|
1635
|
-
"offset":
|
|
1653
|
+
"offset": 1033,
|
|
1636
1654
|
"length": 5,
|
|
1637
1655
|
"value": "false"
|
|
1638
1656
|
},
|
|
1639
1657
|
{
|
|
1640
1658
|
"filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
|
|
1641
1659
|
"kind": "BooleanLiteral",
|
|
1642
|
-
"offset":
|
|
1660
|
+
"offset": 1104,
|
|
1643
1661
|
"length": 5,
|
|
1644
1662
|
"value": "false"
|
|
1645
1663
|
},
|
|
1646
1664
|
{
|
|
1647
1665
|
"filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
|
|
1648
1666
|
"kind": "BooleanLiteral",
|
|
1649
|
-
"offset":
|
|
1667
|
+
"offset": 1173,
|
|
1650
1668
|
"length": 5,
|
|
1651
1669
|
"value": "false"
|
|
1652
1670
|
},
|
|
1653
1671
|
{
|
|
1654
1672
|
"filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayStyle.swift",
|
|
1655
1673
|
"kind": "BooleanLiteral",
|
|
1656
|
-
"offset":
|
|
1674
|
+
"offset": 1238,
|
|
1657
1675
|
"length": 4,
|
|
1658
1676
|
"value": "true"
|
|
1659
1677
|
},
|
|
1660
1678
|
{
|
|
1661
1679
|
"filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayCardView.swift",
|
|
1662
1680
|
"kind": "BooleanLiteral",
|
|
1663
|
-
"offset":
|
|
1681
|
+
"offset": 313,
|
|
1664
1682
|
"length": 5,
|
|
1665
1683
|
"value": "false"
|
|
1666
1684
|
},
|
|
1685
|
+
{
|
|
1686
|
+
"filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/NVSDKInAppNudges\/Templates\/NativeDisplayNudges\/View\/NVNudgesNativeDisplayCardView.swift",
|
|
1687
|
+
"kind": "IntegerLiteral",
|
|
1688
|
+
"offset": 408,
|
|
1689
|
+
"length": 1,
|
|
1690
|
+
"value": "4"
|
|
1691
|
+
},
|
|
1667
1692
|
{
|
|
1668
1693
|
"filePath": "\/Users\/siddharth\/TagnpinProjects\/NotifyvisitorsProjects\/Native_IOS\/Framework_Projects_Notifyvisitors\/notify_ios_nudges\/notifyvisitorsNudges\/Core\/Config\/NVSDKNudgesUserDefaultKeys.swift",
|
|
1669
1694
|
"kind": "StringLiteral",
|
|
@@ -22,13 +22,14 @@ import _SwiftConcurrencyShims
|
|
|
22
22
|
}
|
|
23
23
|
@_inheritsConvenienceInitializers @objc(notifyvisitorsNudgesManager) public class notifyvisitorsNudgesManager : ObjectiveC.NSObject {
|
|
24
24
|
@objc public static let sharedInstance: notifyvisitorsNudges.notifyvisitorsNudgesManager
|
|
25
|
+
@objc override dynamic public init()
|
|
25
26
|
@objc weak public var delegate: (any notifyvisitorsNudges.notifyvisitorsNudgesDelegate)?
|
|
26
27
|
@objc(showPipVideoPopupWithInAppMessaageData:) public func showPipVideoPopup(withInAppMessaageData inAppMessageDataDict: Foundation.NSDictionary?)
|
|
27
|
-
@objc override dynamic public init()
|
|
28
28
|
@objc deinit
|
|
29
29
|
}
|
|
30
|
-
@_inheritsConvenienceInitializers @
|
|
30
|
+
@_inheritsConvenienceInitializers @objc(notifyvisitorsNativeDisplay) public class notifyvisitorsNativeDisplay : ObjectiveC.NSObject {
|
|
31
31
|
@objc public static let sharedInstance: notifyvisitorsNudges.notifyvisitorsNativeDisplay
|
|
32
|
+
@objc override dynamic public init()
|
|
32
33
|
@objc(loadContentForPropertyName:) public func loadContent(forPropertyName propertyName: Swift.String) -> UIKit.UIView
|
|
33
34
|
@objc deinit
|
|
34
35
|
}
|
|
@@ -22,13 +22,14 @@ import _SwiftConcurrencyShims
|
|
|
22
22
|
}
|
|
23
23
|
@_inheritsConvenienceInitializers @objc(notifyvisitorsNudgesManager) public class notifyvisitorsNudgesManager : ObjectiveC.NSObject {
|
|
24
24
|
@objc public static let sharedInstance: notifyvisitorsNudges.notifyvisitorsNudgesManager
|
|
25
|
+
@objc override dynamic public init()
|
|
25
26
|
@objc weak public var delegate: (any notifyvisitorsNudges.notifyvisitorsNudgesDelegate)?
|
|
26
27
|
@objc(showPipVideoPopupWithInAppMessaageData:) public func showPipVideoPopup(withInAppMessaageData inAppMessageDataDict: Foundation.NSDictionary?)
|
|
27
|
-
@objc override dynamic public init()
|
|
28
28
|
@objc deinit
|
|
29
29
|
}
|
|
30
|
-
@_inheritsConvenienceInitializers @
|
|
30
|
+
@_inheritsConvenienceInitializers @objc(notifyvisitorsNativeDisplay) public class notifyvisitorsNativeDisplay : ObjectiveC.NSObject {
|
|
31
31
|
@objc public static let sharedInstance: notifyvisitorsNudges.notifyvisitorsNativeDisplay
|
|
32
|
+
@objc override dynamic public init()
|
|
32
33
|
@objc(loadContentForPropertyName:) public func loadContent(forPropertyName propertyName: Swift.String) -> UIKit.UIView
|
|
33
34
|
@objc deinit
|
|
34
35
|
}
|
|
Binary file
|
|
@@ -313,8 +313,7 @@ SWIFT_CLASS_NAMED("notifyvisitorsNativeDisplay")
|
|
|
313
313
|
@interface notifyvisitorsNativeDisplay : NSObject
|
|
314
314
|
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) notifyvisitorsNativeDisplay * _Nonnull sharedInstance;)
|
|
315
315
|
+ (notifyvisitorsNativeDisplay * _Nonnull)sharedInstance SWIFT_WARN_UNUSED_RESULT;
|
|
316
|
-
- (nonnull instancetype)init
|
|
317
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
316
|
+
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
318
317
|
- (UIView * _Nonnull)loadContentForPropertyName:(NSString * _Nonnull)propertyName SWIFT_WARN_UNUSED_RESULT;
|
|
319
318
|
@end
|
|
320
319
|
|
|
@@ -336,9 +335,9 @@ SWIFT_CLASS_NAMED("notifyvisitorsNudgesManager")
|
|
|
336
335
|
@interface notifyvisitorsNudgesManager : NSObject
|
|
337
336
|
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) notifyvisitorsNudgesManager * _Nonnull sharedInstance;)
|
|
338
337
|
+ (notifyvisitorsNudgesManager * _Nonnull)sharedInstance SWIFT_WARN_UNUSED_RESULT;
|
|
338
|
+
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
339
339
|
@property (nonatomic, weak) id <notifyvisitorsNudgesDelegate> _Nullable delegate;
|
|
340
340
|
- (void)showPipVideoPopupWithInAppMessaageData:(NSDictionary * _Nullable)inAppMessageDataDict;
|
|
341
|
-
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
342
341
|
@end
|
|
343
342
|
|
|
344
343
|
#endif
|
|
@@ -664,8 +663,7 @@ SWIFT_CLASS_NAMED("notifyvisitorsNativeDisplay")
|
|
|
664
663
|
@interface notifyvisitorsNativeDisplay : NSObject
|
|
665
664
|
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) notifyvisitorsNativeDisplay * _Nonnull sharedInstance;)
|
|
666
665
|
+ (notifyvisitorsNativeDisplay * _Nonnull)sharedInstance SWIFT_WARN_UNUSED_RESULT;
|
|
667
|
-
- (nonnull instancetype)init
|
|
668
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
666
|
+
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
669
667
|
- (UIView * _Nonnull)loadContentForPropertyName:(NSString * _Nonnull)propertyName SWIFT_WARN_UNUSED_RESULT;
|
|
670
668
|
@end
|
|
671
669
|
|
|
@@ -687,9 +685,9 @@ SWIFT_CLASS_NAMED("notifyvisitorsNudgesManager")
|
|
|
687
685
|
@interface notifyvisitorsNudgesManager : NSObject
|
|
688
686
|
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) notifyvisitorsNudgesManager * _Nonnull sharedInstance;)
|
|
689
687
|
+ (notifyvisitorsNudgesManager * _Nonnull)sharedInstance SWIFT_WARN_UNUSED_RESULT;
|
|
688
|
+
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
690
689
|
@property (nonatomic, weak) id <notifyvisitorsNudgesDelegate> _Nullable delegate;
|
|
691
690
|
- (void)showPipVideoPopupWithInAppMessaageData:(NSDictionary * _Nullable)inAppMessageDataDict;
|
|
692
|
-
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
693
691
|
@end
|
|
694
692
|
|
|
695
693
|
#endif
|