Showing
7 changed files
with
18 additions
and
10 deletions
No preview for this file type
... | @@ -29,6 +29,7 @@ | ... | @@ -29,6 +29,7 @@ |
29 | - (UIViewController *) openMoreForYou:(UIView*) parentView; | 29 | - (UIViewController *) openMoreForYou:(UIView*) parentView; |
30 | - (UIViewController *) openCampaign:(UIView*) parentView campaign:(NSString*) campaign; | 30 | - (UIViewController *) openCampaign:(UIView*) parentView campaign:(NSString*) campaign; |
31 | - (UIViewController *) openSteps:(UIView*) parentView; | 31 | - (UIViewController *) openSteps:(UIView*) parentView; |
32 | +- (UIViewController *) openDetails:(UIView*) parentView; | ||
32 | - (NSDictionary *) provideInfoForCampaign; | 33 | - (NSDictionary *) provideInfoForCampaign; |
33 | - (void) applicationDidEnterBackground:(UIApplication *)application; | 34 | - (void) applicationDidEnterBackground:(UIApplication *)application; |
34 | - (void) applicationWillEnterForeground:(UIApplication *)application; | 35 | - (void) applicationWillEnterForeground:(UIApplication *)application; | ... | ... |
... | @@ -261,6 +261,13 @@ SWIFT_CLASS("_TtC21WarplySDKFrameworkIOS20CouponsViewInterface") SWIFT_AVAILABIL | ... | @@ -261,6 +261,13 @@ SWIFT_CLASS("_TtC21WarplySDKFrameworkIOS20CouponsViewInterface") SWIFT_AVAILABIL |
261 | @end | 261 | @end |
262 | 262 | ||
263 | 263 | ||
264 | +SWIFT_CLASS("_TtC21WarplySDKFrameworkIOS20DetailsViewInterface") SWIFT_AVAILABILITY(ios,introduced=13.0.0) | ||
265 | +@interface DetailsViewInterface : NSObject | ||
266 | ++ (UIViewController * _Nonnull)detailsViewController:(UIView * _Nullable)parentView SWIFT_WARN_UNUSED_RESULT; | ||
267 | +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; | ||
268 | +@end | ||
269 | + | ||
270 | + | ||
264 | SWIFT_CLASS("_TtC21WarplySDKFrameworkIOS18GiftsViewInterface") SWIFT_AVAILABILITY(ios,introduced=13.0.0) | 271 | SWIFT_CLASS("_TtC21WarplySDKFrameworkIOS18GiftsViewInterface") SWIFT_AVAILABILITY(ios,introduced=13.0.0) |
265 | @interface GiftsViewInterface : NSObject | 272 | @interface GiftsViewInterface : NSObject |
266 | + (UIViewController * _Nonnull)giftsViewController:(UIView * _Nullable)parentView SWIFT_WARN_UNUSED_RESULT; | 273 | + (UIViewController * _Nonnull)giftsViewController:(UIView * _Nullable)parentView SWIFT_WARN_UNUSED_RESULT; | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
... | @@ -6,15 +6,15 @@ | ... | @@ -6,15 +6,15 @@ |
6 | <dict> | 6 | <dict> |
7 | <key>Assets.car</key> | 7 | <key>Assets.car</key> |
8 | <data> | 8 | <data> |
9 | - H98HV9fKO/68Dlq6WRB7qzjvLyg= | 9 | + miof5V55ydrnanY8hTLrvQiWweU= |
10 | </data> | 10 | </data> |
11 | <key>Headers/MyApi.h</key> | 11 | <key>Headers/MyApi.h</key> |
12 | <data> | 12 | <data> |
13 | - LA5YP+CyhnCdg4vry3B0AlMbLdo= | 13 | + v5QAMWbvp0fM34hs4metC6002JU= |
14 | </data> | 14 | </data> |
15 | <key>Headers/WarplySDKFrameworkIOS-Swift.h</key> | 15 | <key>Headers/WarplySDKFrameworkIOS-Swift.h</key> |
16 | <data> | 16 | <data> |
17 | - P/qCJM2iUf+1Fm/E6vt9t+xzl5g= | 17 | + dm5xadlbKk8xf5tPaohLnlkdKk4= |
18 | </data> | 18 | </data> |
19 | <key>Headers/WarplySDKFrameworkIOS.h</key> | 19 | <key>Headers/WarplySDKFrameworkIOS.h</key> |
20 | <data> | 20 | <data> |
... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
38 | </data> | 38 | </data> |
39 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key> | 39 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key> |
40 | <data> | 40 | <data> |
41 | - Mi+q+jst2noIRfV8BZo6t+55YZM= | 41 | + 3SB2zDVIr60D28C7iJmF/lX/6+E= |
42 | </data> | 42 | </data> |
43 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> | 43 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> |
44 | <data> | 44 | <data> |
... | @@ -46,7 +46,7 @@ | ... | @@ -46,7 +46,7 @@ |
46 | </data> | 46 | </data> |
47 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> | 47 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> |
48 | <data> | 48 | <data> |
49 | - avqI8qq+C4xdvbaYME9+rJIklps= | 49 | + zF9/h/ZEdegllNYye6r+w2D17K0= |
50 | </data> | 50 | </data> |
51 | <key>Modules/module.modulemap</key> | 51 | <key>Modules/module.modulemap</key> |
52 | <data> | 52 | <data> |
... | @@ -99,21 +99,21 @@ | ... | @@ -99,21 +99,21 @@ |
99 | <dict> | 99 | <dict> |
100 | <key>hash2</key> | 100 | <key>hash2</key> |
101 | <data> | 101 | <data> |
102 | - h4QO3mz6jx9XpzETyvlAiePIy/TdZHqZN1qI47Wwa9w= | 102 | + FqWXaFXuLGsN9bIKoFanszEcomepJXBr3FFag/nzS8s= |
103 | </data> | 103 | </data> |
104 | </dict> | 104 | </dict> |
105 | <key>Headers/MyApi.h</key> | 105 | <key>Headers/MyApi.h</key> |
106 | <dict> | 106 | <dict> |
107 | <key>hash2</key> | 107 | <key>hash2</key> |
108 | <data> | 108 | <data> |
109 | - AhtGoRICZKn7X7Yp9SM/6FEZYSYVLc9J9p1fUnN/YEE= | 109 | + djemdDqqVqwP05ZJrcI2arlX5Rhy8mvWy4jqZxfsMi0= |
110 | </data> | 110 | </data> |
111 | </dict> | 111 | </dict> |
112 | <key>Headers/WarplySDKFrameworkIOS-Swift.h</key> | 112 | <key>Headers/WarplySDKFrameworkIOS-Swift.h</key> |
113 | <dict> | 113 | <dict> |
114 | <key>hash2</key> | 114 | <key>hash2</key> |
115 | <data> | 115 | <data> |
116 | - l2gfenpTrWldDUrll5wM9NKYdxAWPxxg2nApkEf0yz4= | 116 | + rvyvKSoeNQ3Xg5eNoUmCCGCdEzLKxZ+tWmsfALyU+8Q= |
117 | </data> | 117 | </data> |
118 | </dict> | 118 | </dict> |
119 | <key>Headers/WarplySDKFrameworkIOS.h</key> | 119 | <key>Headers/WarplySDKFrameworkIOS.h</key> |
... | @@ -148,7 +148,7 @@ | ... | @@ -148,7 +148,7 @@ |
148 | <dict> | 148 | <dict> |
149 | <key>hash2</key> | 149 | <key>hash2</key> |
150 | <data> | 150 | <data> |
151 | - GKCGSET5MLN0UPXMwKXxoiYSLfBQ3pKJQsGVxxsx/q8= | 151 | + p8N7Msdj2nVDx7dIclQBoSqpY/GVqkspBvwx/AQLQqI= |
152 | </data> | 152 | </data> |
153 | </dict> | 153 | </dict> |
154 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> | 154 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> |
... | @@ -162,7 +162,7 @@ | ... | @@ -162,7 +162,7 @@ |
162 | <dict> | 162 | <dict> |
163 | <key>hash2</key> | 163 | <key>hash2</key> |
164 | <data> | 164 | <data> |
165 | - Mb3ZiuWO8UrV/Qv8JREg2d/Sh+XIiWlqv5aRaMi0rXM= | 165 | + ojjxYHaY6kZO3GX5X4DFsxbDQYY+8+YYT2hXPEc2YOM= |
166 | </data> | 166 | </data> |
167 | </dict> | 167 | </dict> |
168 | <key>Modules/module.modulemap</key> | 168 | <key>Modules/module.modulemap</key> | ... | ... |
-
Please register or login to post a comment