-
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
c34d12d
commit f9d7ba2
Showing
6 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
Repro.embeddedframework/Repro.framework/Headers/RPRUserProfileGender.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,11 @@ | ||
// | ||
// Repro iOS SDK | ||
// | ||
// Copyright (c) 2014 Repro Inc. All rights reserved. | ||
// | ||
|
||
typedef NS_ENUM(NSInteger, RPRUserProfileGender) { | ||
RPRUserProfileGenderOther = 0, | ||
RPRUserProfileGenderMale, | ||
RPRUserProfileGenderFemale | ||
}; |
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
+1 Byte
(100%)
Repro.embeddedframework/Repro.framework/ReproSDKResources.bundle/Info.plist
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
Repro.embeddedframework/Resources/ReproSDKResources.bundle/Info.plist
Binary file not shown.