Manos Chorianopoulos

version 0.1.8

Showing 22 changed files with 79 additions and 31 deletions
No preview for this file type
......@@ -293,12 +293,31 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework21DetailsViewController")
SWIFT_CLASS("_TtC20SwiftWarplyFramework19GiftsViewController")
@interface GiftsViewController : UIViewController
- (void)viewWillAppear:(BOOL)animated;
- (void)viewDidLoad;
- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
@end
@interface GiftsViewController (SWIFT_EXTENSION(SwiftWarplyFramework)) <UITableViewDataSource, UITableViewDelegate>
- (NSInteger)numberOfSectionsInTableView:(UITableView * _Nonnull)tableView SWIFT_WARN_UNUSED_RESULT;
- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
- (CGFloat)tableView:(UITableView * _Nonnull)tableView heightForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@end
SWIFT_CLASS("_TtC20SwiftWarplyFramework18InboxTableViewCell")
@interface InboxTableViewCell : UITableViewCell
- (void)awakeFromNib;
- (void)setSelected:(BOOL)selected animated:(BOOL)animated;
- (void)layoutSubviews;
- (nonnull instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString * _Nullable)reuseIdentifier OBJC_DESIGNATED_INITIALIZER SWIFT_AVAILABILITY(ios,introduced=3.0);
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
@end
SWIFT_CLASS("_TtC20SwiftWarplyFramework29LoyaltyAnalysisViewController")
@interface LoyaltyAnalysisViewController : UIViewController
- (void)viewDidLoad;
......@@ -307,14 +326,33 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework29LoyaltyAnalysisViewController")
@end
SWIFT_CLASS("_TtC20SwiftWarplyFramework21MFYInboxTableViewCell")
@interface MFYInboxTableViewCell : UITableViewCell
- (void)awakeFromNib;
- (void)setSelected:(BOOL)selected animated:(BOOL)animated;
- (void)layoutSubviews;
- (nonnull instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString * _Nullable)reuseIdentifier OBJC_DESIGNATED_INITIALIZER SWIFT_AVAILABILITY(ios,introduced=3.0);
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
@end
SWIFT_CLASS("_TtC20SwiftWarplyFramework17MFYViewController")
@interface MFYViewController : UIViewController
- (void)viewWillAppear:(BOOL)animated;
- (void)viewDidLoad;
- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
@end
@interface MFYViewController (SWIFT_EXTENSION(SwiftWarplyFramework)) <UITableViewDataSource, UITableViewDelegate>
- (NSInteger)numberOfSectionsInTableView:(UITableView * _Nonnull)tableView SWIFT_WARN_UNUSED_RESULT;
- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
- (CGFloat)tableView:(UITableView * _Nonnull)tableView heightForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@end
SWIFT_CLASS("_TtC20SwiftWarplyFramework28MakeItAPresentViewController")
@interface MakeItAPresentViewController : UIViewController
- (void)viewWillAppear:(BOOL)animated;
......@@ -334,13 +372,23 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework19StepsViewController")
SWIFT_CLASS("_TtC20SwiftWarplyFramework20WalletViewController")
@interface WalletViewController : UIViewController
- (void)viewWillAppear:(BOOL)animated;
- (void)viewDidLoad;
- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
@end
@interface WalletViewController (SWIFT_EXTENSION(SwiftWarplyFramework)) <UITableViewDataSource, UITableViewDelegate>
- (NSInteger)numberOfSectionsInTableView:(UITableView * _Nonnull)tableView SWIFT_WARN_UNUSED_RESULT;
- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
- (CGFloat)tableView:(UITableView * _Nonnull)tableView heightForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@end
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
......
......@@ -6,7 +6,7 @@
<dict>
<key>Assets.car</key>
<data>
vr28xsnGTeEpt/l1kP84DiuC5kg=
v1I0XlvN7ycmfdOY/aLnR4UZrGg=
</data>
<key>Headers/MyApi.h</key>
<data>
......@@ -14,7 +14,7 @@
</data>
<key>Headers/SwiftWarplyFramework-Swift.h</key>
<data>
m6dhLAS3OfZ1uARtbs6XvvTEE18=
eaNRhFA6IPrwrZHCjxasL679qJ4=
</data>
<key>Headers/SwiftWarplyFramework.h</key>
<data>
......@@ -58,7 +58,7 @@
</data>
<key>Main.storyboardc/GiftsViewController.nib</key>
<data>
qMumDLWWmGuwbN4omKkwVvYKofk=
TxKr8HwISeLBDA+/jprXsynhDAs=
</data>
<key>Main.storyboardc/Info.plist</key>
<data>
......@@ -70,7 +70,7 @@
</data>
<key>Main.storyboardc/MFYViewController.nib</key>
<data>
vHYd+jIg9tRMPuG3UEMNZvbseNM=
E4mX1VDk7ldnYdURHR8A7NL+QPY=
</data>
<key>Main.storyboardc/MakeItAPresentViewController.nib</key>
<data>
......@@ -90,11 +90,11 @@
</data>
<key>Main.storyboardc/WalletViewController.nib</key>
<data>
q4gzBaWgCBcikkSthXMRO5QZjbI=
CwaoMppU6IlGId0Qiy6CqN5x/D8=
</data>
<key>Main.storyboardc/YRk-Az-LOb-view-iEB-He-DJV.nib</key>
<key>Main.storyboardc/YRk-Az-LOb-view-TGQ-35-pS2.nib</key>
<data>
Rc8azX8NVsaE7CGrMtzkd4YtTv0=
zuh1A+rquNwziKkaWTzv/P2H8pA=
</data>
<key>Main.storyboardc/duB-b9-cnh-view-zWp-Y3-xCW.nib</key>
<data>
......@@ -108,17 +108,17 @@
<data>
g5L7iSXPN/uWtXsuTCe+BbR+F0s=
</data>
<key>Main.storyboardc/pKQ-52-a1r-view-e1e-Eg-v4q.nib</key>
<key>Main.storyboardc/pKQ-52-a1r-view-fsD-e8-hUb.nib</key>
<data>
jLSPALBeE7maCOXdTITIy8qHNZ4=
8CxQsTWLxkMTCyGzTTGkoMOoNrA=
</data>
<key>Main.storyboardc/sWR-yI-hxH-view-ghE-y5-6SE.nib</key>
<data>
Rc8azX8NVsaE7CGrMtzkd4YtTv0=
</data>
<key>Main.storyboardc/wy8-hC-CyC-view-rgt-dj-Aiw.nib</key>
<key>Main.storyboardc/wy8-hC-CyC-view-bZT-ov-2Ec.nib</key>
<data>
IprRRxX/H5NOJ1LnFX/0h1mSnDE=
c6EDtGlI5t3D4l5N+UHMC7ibStw=
</data>
<key>Main.storyboardc/yqg-nb-9Dh-view-V7y-5C-oMC.nib</key>
<data>
......@@ -126,7 +126,7 @@
</data>
<key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key>
<data>
l8l+JKiFPDL0AxQp6b+nBcmmPrY=
8W/LcDVNZzhOeRgSxiql61gkKog=
</data>
<key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key>
<data>
......@@ -134,7 +134,7 @@
</data>
<key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftmodule</key>
<data>
R8lzD/cggn4F2/58xtgXFNWjru4=
gma9ZjX04rlXwzbjiuXDnojEXL4=
</data>
<key>Modules/module.modulemap</key>
<data>
......@@ -187,7 +187,7 @@
<dict>
<key>hash2</key>
<data>
53fDhGKB7iLTlJ5TDBaga5kHau378o6P1mobNFQTDg4=
JTCBUqxPULiGnkSnWLEJ32oCUyMDETCKXVFqKXlKerI=
</data>
</dict>
<key>Headers/MyApi.h</key>
......@@ -201,7 +201,7 @@
<dict>
<key>hash2</key>
<data>
XMtxtp65wP5y03dyR+K+3kESq3Atgp7digCDm4XkM68=
SdYEafAUJHB1YgVoBnZnae1eA8g2+xk3xEdb2iJ5yaU=
</data>
</dict>
<key>Headers/SwiftWarplyFramework.h</key>
......@@ -271,7 +271,7 @@
<dict>
<key>hash2</key>
<data>
QjqKbJ2puH408XJj2oPadllvbgZQoiO3A7bJ36ilLfg=
/85rQtgJ/jTwKWbLc9AiEngZlewy1tUgKVBGQE6YKOg=
</data>
</dict>
<key>Main.storyboardc/Info.plist</key>
......@@ -292,7 +292,7 @@
<dict>
<key>hash2</key>
<data>
7NPR6jbqlasfRZMBeaSCIk9y8gPM0fGxRszYlA6+LTo=
pgaJUvVlWhKE7FM7Uwigyb2pesezqYV3lvIa1epmWW8=
</data>
</dict>
<key>Main.storyboardc/MakeItAPresentViewController.nib</key>
......@@ -327,14 +327,14 @@
<dict>
<key>hash2</key>
<data>
qMQCSexH20FSiFFlv3clMb2Zhtk0f8HY8LPHhcvZhWQ=
rDO7v81c11s2VjPHV8eX0R9kHJMOoC1uLyitPqjdj2s=
</data>
</dict>
<key>Main.storyboardc/YRk-Az-LOb-view-iEB-He-DJV.nib</key>
<key>Main.storyboardc/YRk-Az-LOb-view-TGQ-35-pS2.nib</key>
<dict>
<key>hash2</key>
<data>
DAcMX+EgFsngCCGn4jnRPc+2bCVqroP1i52mcxG+nng=
zc4vxfYW26dvRKznyaNF2MV/JHzZbQd8/ZQXoWqygbI=
</data>
</dict>
<key>Main.storyboardc/duB-b9-cnh-view-zWp-Y3-xCW.nib</key>
......@@ -358,11 +358,11 @@
5ZFRLau2gZpD7UNuV7nH6GVJ33YLWdKOHGuT22Ybp8M=
</data>
</dict>
<key>Main.storyboardc/pKQ-52-a1r-view-e1e-Eg-v4q.nib</key>
<key>Main.storyboardc/pKQ-52-a1r-view-fsD-e8-hUb.nib</key>
<dict>
<key>hash2</key>
<data>
S0ZnFNenSyY6ePf29BjlJoIPFRgRfV7teQR8e/nq0lg=
V58qJ9u4mAsLaA+WoHOGzeuJGFi9DBAnnihJmBRD3xk=
</data>
</dict>
<key>Main.storyboardc/sWR-yI-hxH-view-ghE-y5-6SE.nib</key>
......@@ -372,11 +372,11 @@
DAcMX+EgFsngCCGn4jnRPc+2bCVqroP1i52mcxG+nng=
</data>
</dict>
<key>Main.storyboardc/wy8-hC-CyC-view-rgt-dj-Aiw.nib</key>
<key>Main.storyboardc/wy8-hC-CyC-view-bZT-ov-2Ec.nib</key>
<dict>
<key>hash2</key>
<data>
IjuaAs2aLTlsjTm4HvS79gAdl2uvpbl3Fhin0oUjAZk=
tBgS5tTNye7JurCeru/Tq5ehSm1cV8qVhi3dBMyiKRA=
</data>
</dict>
<key>Main.storyboardc/yqg-nb-9Dh-view-V7y-5C-oMC.nib</key>
......@@ -390,7 +390,7 @@
<dict>
<key>hash2</key>
<data>
cdDv/0Z9Y+E42houvu6vHyEsUxwVyOMf3WAbsIm488M=
2bH8jf83UeI0XRglauHlQ6i0fzupIqAlE6YETAhP9iY=
</data>
</dict>
<key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key>
......@@ -404,7 +404,7 @@
<dict>
<key>hash2</key>
<data>
eASxXLLOcQv7rfqxB2YG3XKCWmKtlKZVA8ZslL7J3Fo=
4dfi1pMAo3fHC83CNGX/xjrp2p8+dMwsxWUxfMN2wqo=
</data>
</dict>
<key>Modules/module.modulemap</key>
......
Pod::Spec.new do |spec|
spec.name = "SwiftWarplyFramework"
spec.version = "0.1.7"
spec.version = "0.1.8"
spec.summary = "A framework used for several functionalities."
spec.description = "This is the Warply framework used for react native or swift apps for analytics, push notifications and the functionality of the app."
......@@ -17,7 +17,7 @@ Pod::Spec.new do |spec|
spec.platform = :ios, "11.0"
spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.1.7" }
spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.1.8" }
spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h"
spec.source_files = "SwiftWarplyFramework.framework/headers/*.h"
spec.vendored_frameworks = "SwiftWarplyFramework.framework"
......