Manos Chorianopoulos

add WalletVouchersBannerTableViewCell

...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
22 1E4195FB2AE691D20094DADE /* WalletActiveCouponsTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E4195FA2AE691D20094DADE /* WalletActiveCouponsTableViewCell.swift */; }; 22 1E4195FB2AE691D20094DADE /* WalletActiveCouponsTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E4195FA2AE691D20094DADE /* WalletActiveCouponsTableViewCell.swift */; };
23 1E4410B128F5855000859F92 /* CampaignCategory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E4410B028F5855000859F92 /* CampaignCategory.swift */; }; 23 1E4410B128F5855000859F92 /* CampaignCategory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E4410B028F5855000859F92 /* CampaignCategory.swift */; };
24 1E479FB329DD948B00C38193 /* WalletBadgesTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */; }; 24 1E479FB329DD948B00C38193 /* WalletBadgesTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */; };
25 + 1E51678E2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */; };
25 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */; }; 26 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */; };
26 1E7B9A5829F6ACF400B37E13 /* WalletBannersTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */; }; 27 1E7B9A5829F6ACF400B37E13 /* WalletBannersTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */; };
27 1E87A9EF28C2021200C79F90 /* ContextualViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */; }; 28 1E87A9EF28C2021200C79F90 /* ContextualViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */; };
...@@ -207,6 +208,7 @@ ...@@ -207,6 +208,7 @@
207 1E4195FA2AE691D20094DADE /* WalletActiveCouponsTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletActiveCouponsTableViewCell.swift; sourceTree = "<group>"; }; 208 1E4195FA2AE691D20094DADE /* WalletActiveCouponsTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletActiveCouponsTableViewCell.swift; sourceTree = "<group>"; };
208 1E4410B028F5855000859F92 /* CampaignCategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CampaignCategory.swift; sourceTree = "<group>"; }; 209 1E4410B028F5855000859F92 /* CampaignCategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CampaignCategory.swift; sourceTree = "<group>"; };
209 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletBadgesTableViewCell.swift; sourceTree = "<group>"; }; 210 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletBadgesTableViewCell.swift; sourceTree = "<group>"; };
211 + 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletVouchersBannerTableViewCell.swift; sourceTree = "<group>"; };
210 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponBarcodeViewController.swift; sourceTree = "<group>"; }; 212 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponBarcodeViewController.swift; sourceTree = "<group>"; };
211 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletBannersTableViewCell.swift; sourceTree = "<group>"; }; 213 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletBannersTableViewCell.swift; sourceTree = "<group>"; };
212 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContextualViewController.swift; sourceTree = "<group>"; }; 214 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContextualViewController.swift; sourceTree = "<group>"; };
...@@ -529,6 +531,7 @@ ...@@ -529,6 +531,7 @@
529 E6A77861282933E50045BBA8 /* Main.storyboard */, 531 E6A77861282933E50045BBA8 /* Main.storyboard */,
530 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */, 532 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */,
531 1E4195FA2AE691D20094DADE /* WalletActiveCouponsTableViewCell.swift */, 533 1E4195FA2AE691D20094DADE /* WalletActiveCouponsTableViewCell.swift */,
534 + 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */,
532 1E15B9A129DDCF02000A408D /* MarketSharingHistoryViewController.swift */, 535 1E15B9A129DDCF02000A408D /* MarketSharingHistoryViewController.swift */,
533 1EAEFC7929DDCAF500114A1C /* MarketLoyaltyAnalysisViewController.swift */, 536 1EAEFC7929DDCAF500114A1C /* MarketLoyaltyAnalysisViewController.swift */,
534 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */, 537 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */,
...@@ -994,6 +997,7 @@ ...@@ -994,6 +997,7 @@
994 A07936762885E9CC00064122 /* UIColorExtensions.swift in Sources */, 997 A07936762885E9CC00064122 /* UIColorExtensions.swift in Sources */,
995 A079367C2885F2F500064122 /* AnalysisHeaderViewCell.swift in Sources */, 998 A079367C2885F2F500064122 /* AnalysisHeaderViewCell.swift in Sources */,
996 E6A7795A28293D390045BBA8 /* swiftApi.swift in Sources */, 999 E6A7795A28293D390045BBA8 /* swiftApi.swift in Sources */,
1000 + 1E51678E2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift in Sources */,
997 E6A77935282933E70045BBA8 /* UIWebView+AFNetworking.m in Sources */, 1001 E6A77935282933E70045BBA8 /* UIWebView+AFNetworking.m in Sources */,
998 E6A77925282933E70045BBA8 /* UIProgressView+AFNetworking.m in Sources */, 1002 E6A77925282933E70045BBA8 /* UIProgressView+AFNetworking.m in Sources */,
999 E6A77944282933E70045BBA8 /* AFSecurityPolicy.m in Sources */, 1003 E6A77944282933E70045BBA8 /* AFSecurityPolicy.m in Sources */,
......
1 +//
2 +// WalletVouchersBannerTableViewCell.swift
3 +// SwiftWarplyFramework
4 +//
5 +// Created by Manos Chorianopoulos on 23/10/23.
6 +//
7 +
8 +import UIKit
9 +
10 +@objc public class WalletVouchersBannerTableViewCell: UITableViewCell {
11 +
12 + public override func awakeFromNib() {
13 + super.awakeFromNib()
14 + // Initialization code
15 + }
16 +
17 + public override func setSelected(_ selected: Bool, animated: Bool) {
18 + super.setSelected(selected, animated: animated)
19 +
20 + // Configure the view for the selected state
21 + }
22 +
23 +}