Skip to content

Commit

Permalink
initial upload of framework
Browse files Browse the repository at this point in the history
  • Loading branch information
SmithKevin committed Jan 15, 2021
0 parents commit 6d6b30b
Show file tree
Hide file tree
Showing 37 changed files with 2,533 additions and 0 deletions.
Binary file added ChoiceMobile.framework/Assets.car
Binary file not shown.
Binary file added ChoiceMobile.framework/ChoiceMobile
Binary file not shown.
706 changes: 706 additions & 0 deletions ChoiceMobile.framework/Headers/ChoiceMobile-Swift.h

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions ChoiceMobile.framework/Headers/ChoiceMobile.h
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 added ChoiceMobile.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions ChoiceMobile.framework/Modules/module.modulemap
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 added ChoiceMobile.framework/OptionTableViewCell.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 6d6b30b

Please sign in to comment.