-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Repro Bot
committed
Feb 11, 2018
1 parent
712e840
commit c34d12d
Showing
6 changed files
with
104 additions
and
3 deletions.
There are no files selected for viewing
90 changes: 90 additions & 0 deletions
90
Repro.embeddedframework/Repro.framework/Headers/RPREventProperties.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
// | ||
// Repro iOS SDK | ||
// | ||
// Copyright (c) 2014 Repro Inc. All rights reserved. | ||
// | ||
|
||
@interface RPRViewContentProperties : NSObject | ||
@property (nonatomic, readwrite) double value; | ||
@property (nonatomic, readwrite, copy) NSString *currency; | ||
@property (nonatomic, readwrite, copy) NSString *contentName; | ||
@property (nonatomic, readwrite, copy) NSString *contentCategory; | ||
@property (nonatomic, readwrite, copy) NSDictionary *extras; | ||
@end | ||
|
||
@interface RPRSearchProperties : NSObject | ||
@property (nonatomic, readwrite) double value; | ||
@property (nonatomic, readwrite, copy) NSString *currency; | ||
@property (nonatomic, readwrite, copy) NSString *contentCategory; | ||
@property (nonatomic, readwrite, copy) NSString *contentID; | ||
@property (nonatomic, readwrite, copy) NSString *searchString; | ||
@property (nonatomic, readwrite, copy) NSDictionary *extras; | ||
@end | ||
|
||
@interface RPRAddToCartProperties : NSObject | ||
@property (nonatomic, readwrite) double value; | ||
@property (nonatomic, readwrite, copy) NSString *currency; | ||
@property (nonatomic, readwrite, copy) NSString *contentName; | ||
@property (nonatomic, readwrite, copy) NSString *contentCategory; | ||
@property (nonatomic, readwrite, copy) NSDictionary *extras; | ||
@end | ||
|
||
@interface RPRAddToWishlistProperties : NSObject | ||
@property (nonatomic, readwrite) double value; | ||
@property (nonatomic, readwrite, copy) NSString *currency; | ||
@property (nonatomic, readwrite, copy) NSString *contentName; | ||
@property (nonatomic, readwrite, copy) NSString *contentCategory; | ||
@property (nonatomic, readwrite, copy) NSString *contentID; | ||
@property (nonatomic, readwrite, copy) NSDictionary *extras; | ||
@end | ||
|
||
@interface RPRInitiateCheckoutProperties : NSObject | ||
@property (nonatomic, readwrite) double value; | ||
@property (nonatomic, readwrite, copy) NSString *currency; | ||
@property (nonatomic, readwrite, copy) NSString *contentName; | ||
@property (nonatomic, readwrite, copy) NSString *contentCategory; | ||
@property (nonatomic, readwrite, copy) NSString *contentID; | ||
@property (nonatomic, readwrite) NSInteger numItems; | ||
@property (nonatomic, readwrite, copy) NSDictionary *extras; | ||
@end | ||
|
||
@interface RPRAddPaymentInfoProperties : NSObject | ||
@property (nonatomic, readwrite) double value; | ||
@property (nonatomic, readwrite, copy) NSString *currency; | ||
@property (nonatomic, readwrite, copy) NSString *contentCategory; | ||
@property (nonatomic, readwrite, copy) NSString *contentID; | ||
@property (nonatomic, readwrite, copy) NSDictionary *extras; | ||
@end | ||
|
||
@interface RPRPurchaseProperties : NSObject | ||
@property (nonatomic, readwrite) double value; | ||
@property (nonatomic, readwrite, copy) NSString *currency; | ||
@property (nonatomic, readwrite, copy) NSString *contentName; | ||
@property (nonatomic, readwrite, copy) NSString *contentCategory; | ||
@property (nonatomic, readwrite) NSInteger numItems; | ||
@property (nonatomic, readwrite, copy) NSDictionary *extras; | ||
@end | ||
|
||
@interface RPRShareProperties : NSObject | ||
@property (nonatomic, readwrite, copy) NSString *contentCategory; | ||
@property (nonatomic, readwrite, copy) NSString *contentID; | ||
@property (nonatomic, readwrite, copy) NSString *contentName; | ||
@property (nonatomic, readwrite, copy) NSString *serviceName; | ||
@property (nonatomic, readwrite, copy) NSDictionary *extras; | ||
@end | ||
|
||
@interface RPRLeadProperties : NSObject | ||
@property (nonatomic, readwrite) double value; | ||
@property (nonatomic, readwrite, copy) NSString *currency; | ||
@property (nonatomic, readwrite, copy) NSString *contentName; | ||
@property (nonatomic, readwrite, copy) NSString *contentCategory; | ||
@property (nonatomic, readwrite, copy) NSDictionary *extras; | ||
@end | ||
|
||
@interface RPRCompleteRegistrationProperties : NSObject | ||
@property (nonatomic, readwrite) double value; | ||
@property (nonatomic, readwrite, copy) NSString *currency; | ||
@property (nonatomic, readwrite, copy) NSString *contentName; | ||
@property (nonatomic, readwrite, copy) NSString *status; | ||
@property (nonatomic, readwrite, copy) NSDictionary *extras; | ||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Repro.embeddedframework/Repro.framework/ReproSDKResources.bundle/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Repro.embeddedframework/Resources/ReproSDKResources.bundle/Info.plist
Binary file not shown.