-
Notifications
You must be signed in to change notification settings - Fork 5
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
0 parents
commit 6d6b30b
Showing
37 changed files
with
2,533 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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,18 @@ | ||
// | ||
// ChoiceMobile.h | ||
// ChoiceMobile | ||
// | ||
// Copyright © 2020 Quantcast. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
//! Project version number for ChoiceMobile. | ||
FOUNDATION_EXPORT double ChoiceMobileVersionNumber; | ||
|
||
//! Project version string for ChoiceMobile. | ||
FOUNDATION_EXPORT const unsigned char ChoiceMobileVersionString[]; | ||
|
||
// In this header, you should import all the public headers of your framework using statements like #import <ChoiceMobile/PublicHeader.h> | ||
|
||
|
Binary file not shown.
Binary file added
BIN
+5.39 KB
ChoiceMobile.framework/InformationViewController.nib/objects-11.0+.nib
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.34 KB
ChoiceMobile.framework/LegitimateViewController.nib/objects-11.0+.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+207 KB
ChoiceMobile.framework/Modules/ChoiceMobile.swiftmodule/Project/arm.swiftsourceinfo
Binary file not shown.
Binary file added
BIN
+207 KB
...Mobile.framework/Modules/ChoiceMobile.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
Binary file not shown.
Binary file added
BIN
+207 KB
ChoiceMobile.framework/Modules/ChoiceMobile.swiftmodule/Project/arm64.swiftsourceinfo
Binary file not shown.
Binary file added
BIN
+207 KB
...Mobile.framework/Modules/ChoiceMobile.swiftmodule/Project/armv7-apple-ios.swiftsourceinfo
Binary file not shown.
Binary file added
BIN
+207 KB
ChoiceMobile.framework/Modules/ChoiceMobile.swiftmodule/Project/armv7.swiftsourceinfo
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+732 KB
ChoiceMobile.framework/Modules/ChoiceMobile.swiftmodule/arm.swiftmodule
Binary file not shown.
Binary file added
BIN
+30.9 KB
ChoiceMobile.framework/Modules/ChoiceMobile.swiftmodule/arm64-apple-ios.swiftdoc
Binary file not shown.
Binary file added
BIN
+732 KB
ChoiceMobile.framework/Modules/ChoiceMobile.swiftmodule/arm64-apple-ios.swiftmodule
Binary file not shown.
Binary file added
BIN
+30.9 KB
ChoiceMobile.framework/Modules/ChoiceMobile.swiftmodule/arm64.swiftdoc
Binary file not shown.
Binary file added
BIN
+732 KB
ChoiceMobile.framework/Modules/ChoiceMobile.swiftmodule/arm64.swiftmodule
Binary file not shown.
Binary file added
BIN
+30.9 KB
ChoiceMobile.framework/Modules/ChoiceMobile.swiftmodule/armv7-apple-ios.swiftdoc
Binary file not shown.
Binary file added
BIN
+732 KB
ChoiceMobile.framework/Modules/ChoiceMobile.swiftmodule/armv7-apple-ios.swiftmodule
Binary file not shown.
Binary file added
BIN
+30.9 KB
ChoiceMobile.framework/Modules/ChoiceMobile.swiftmodule/armv7.swiftdoc
Binary file not shown.
Binary file added
BIN
+732 KB
ChoiceMobile.framework/Modules/ChoiceMobile.swiftmodule/armv7.swiftmodule
Binary file not shown.
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 @@ | ||
framework module ChoiceMobile { | ||
umbrella header "ChoiceMobile.h" | ||
|
||
export * | ||
module * { export * } | ||
} | ||
|
||
module ChoiceMobile.Swift { | ||
header "ChoiceMobile-Swift.h" | ||
requires objc | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.