Skip to content

Commit

Permalink
release: 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
repro-sdk-bot committed Nov 14, 2019
1 parent 867cf3f commit 2c3bdc6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// Copyright (c) 2014 Repro Inc. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface RPRViewContentProperties : NSObject
@property (nonatomic, readwrite) double value;
@property (nonatomic, readwrite, copy) NSString *currency;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// Copyright (c) 2014 Repro Inc. All rights reserved.
//

#import <Foundation/Foundation.h>

typedef NS_ENUM(NSInteger, RPRUserProfileGender) {
RPRUserProfileGenderOther NS_SWIFT_NAME(other) = 0,
RPRUserProfileGenderMale NS_SWIFT_NAME(male),
Expand Down
6 changes: 4 additions & 2 deletions Repro.embeddedframework/Repro.framework/Headers/Repro.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
// Copyright (c) 2014 Repro Inc. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>

#import "RPREventProperties.h"
#import "RPRUserProfileGender.h"
#import "RPRRemoteConfig.h"

@protocol WKNavigationDelegate;

//! Project version number for Repro.
FOUNDATION_EXPORT double ReproVersionNumber;
Expand Down Expand Up @@ -69,7 +71,7 @@ NS_SWIFT_NAME(setUserProfile(emailAddress:));
+ (void)track:(nonnull NSString *)name properties:(nullable NSDictionary *)properties
NS_SWIFT_NAME(track(event:properties:));

+ (void)startWebViewTracking:(nonnull id)delegate
+ (void)startWebViewTracking:(nonnull id<WKNavigationDelegate>)delegate
NS_SWIFT_NAME(startWebViewTracking(delegate:));


Expand Down
Binary file modified Repro.embeddedframework/Repro.framework/Info.plist
Binary file not shown.
Binary file modified Repro.embeddedframework/Repro.framework/Repro
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 2c3bdc6

Please sign in to comment.