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 0b2c198 commit c36ef99Copy full SHA for c36ef99
Leanplum-SDK/Classes/Features/Actions/LPActionArg-Internal.h
Leanplum-SDK/Classes/Internal/LeanplumInternal.h
@@ -24,7 +24,6 @@
24
25
#import "Leanplum.h"
26
#import "LPActionContext-Internal.h"
27
-#import "LPActionArg-Internal.h"
28
#import "LPVar-Internal.h"
29
#import "Constants.h"
30
#import "LPActionManager.h"
Leanplum-SDK/Classes/LPActionArg.h
@@ -39,8 +39,9 @@
39
+ (LPActionArg *)argNamed:(NSString *)name withAction:(NSString *)defaultValue;
40
+ (LPActionArg *)argNamed:(NSString *)name withColor:(UIColor *)defaultValue;
41
/**@}*/
42
-- (NSString *)name;
43
-- (NSString *)kind;
44
-- (id)defaultValue;
+
+@property (readonly, strong) NSString *name;
+@property (readonly, strong) id defaultValue;
45
+@property (readonly, strong) NSString *kind;
46
47
@end
0 commit comments