Skip to content

Commit c36ef99

Browse files
authored
remove unneeded internal header file (#190)
1 parent 0b2c198 commit c36ef99

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

Leanplum-SDK/Classes/Features/Actions/LPActionArg-Internal.h

Lines changed: 0 additions & 16 deletions
This file was deleted.

Leanplum-SDK/Classes/Internal/LeanplumInternal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
#import "Leanplum.h"
2626
#import "LPActionContext-Internal.h"
27-
#import "LPActionArg-Internal.h"
2827
#import "LPVar-Internal.h"
2928
#import "Constants.h"
3029
#import "LPActionManager.h"

Leanplum-SDK/Classes/LPActionArg.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@
3939
+ (LPActionArg *)argNamed:(NSString *)name withAction:(NSString *)defaultValue;
4040
+ (LPActionArg *)argNamed:(NSString *)name withColor:(UIColor *)defaultValue;
4141
/**@}*/
42-
- (NSString *)name;
43-
- (NSString *)kind;
44-
- (id)defaultValue;
42+
43+
@property (readonly, strong) NSString *name;
44+
@property (readonly, strong) id defaultValue;
45+
@property (readonly, strong) NSString *kind;
4546

4647
@end

0 commit comments

Comments
 (0)