Showing
3 changed files
with
27 additions
and
0 deletions
... | @@ -26,6 +26,7 @@ | ... | @@ -26,6 +26,7 @@ |
26 | 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */; }; | 26 | 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */; }; |
27 | 1E7B9A5829F6ACF400B37E13 /* WalletBannersTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */; }; | 27 | 1E7B9A5829F6ACF400B37E13 /* WalletBannersTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */; }; |
28 | 1E87A9EF28C2021200C79F90 /* ContextualViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */; }; | 28 | 1E87A9EF28C2021200C79F90 /* ContextualViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */; }; |
29 | + 1EA04EC12AE7FCE800389A84 /* WalletSpinnerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA04EC02AE7FCE700389A84 /* WalletSpinnerTableViewCell.swift */; }; | ||
29 | 1EA1AF0A2835346A008998AA /* CouponsTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA1AF092835346A008998AA /* CouponsTableViewCell.swift */; }; | 30 | 1EA1AF0A2835346A008998AA /* CouponsTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA1AF092835346A008998AA /* CouponsTableViewCell.swift */; }; |
30 | 1EA2BB792865BFE8003F2AB0 /* InboxTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA2BB782865BFE8003F2AB0 /* InboxTableViewCell.swift */; }; | 31 | 1EA2BB792865BFE8003F2AB0 /* InboxTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA2BB782865BFE8003F2AB0 /* InboxTableViewCell.swift */; }; |
31 | 1EA771AC290977CA0030924C /* CopyableLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA771AB290977CA0030924C /* CopyableLabel.swift */; }; | 32 | 1EA771AC290977CA0030924C /* CopyableLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA771AB290977CA0030924C /* CopyableLabel.swift */; }; |
... | @@ -212,6 +213,7 @@ | ... | @@ -212,6 +213,7 @@ |
212 | 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponBarcodeViewController.swift; sourceTree = "<group>"; }; | 213 | 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponBarcodeViewController.swift; sourceTree = "<group>"; }; |
213 | 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletBannersTableViewCell.swift; sourceTree = "<group>"; }; | 214 | 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletBannersTableViewCell.swift; sourceTree = "<group>"; }; |
214 | 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContextualViewController.swift; sourceTree = "<group>"; }; | 215 | 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContextualViewController.swift; sourceTree = "<group>"; }; |
216 | + 1EA04EC02AE7FCE700389A84 /* WalletSpinnerTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletSpinnerTableViewCell.swift; sourceTree = "<group>"; }; | ||
215 | 1EA1AF092835346A008998AA /* CouponsTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponsTableViewCell.swift; sourceTree = "<group>"; }; | 217 | 1EA1AF092835346A008998AA /* CouponsTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponsTableViewCell.swift; sourceTree = "<group>"; }; |
216 | 1EA2BB782865BFE8003F2AB0 /* InboxTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboxTableViewCell.swift; sourceTree = "<group>"; }; | 218 | 1EA2BB782865BFE8003F2AB0 /* InboxTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboxTableViewCell.swift; sourceTree = "<group>"; }; |
217 | 1EA771AB290977CA0030924C /* CopyableLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CopyableLabel.swift; sourceTree = "<group>"; }; | 219 | 1EA771AB290977CA0030924C /* CopyableLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CopyableLabel.swift; sourceTree = "<group>"; }; |
... | @@ -532,6 +534,7 @@ | ... | @@ -532,6 +534,7 @@ |
532 | 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */, | 534 | 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */, |
533 | 1E4195FA2AE691D20094DADE /* WalletActiveCouponsTableViewCell.swift */, | 535 | 1E4195FA2AE691D20094DADE /* WalletActiveCouponsTableViewCell.swift */, |
534 | 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */, | 536 | 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */, |
537 | + 1EA04EC02AE7FCE700389A84 /* WalletSpinnerTableViewCell.swift */, | ||
535 | 1E15B9A129DDCF02000A408D /* MarketSharingHistoryViewController.swift */, | 538 | 1E15B9A129DDCF02000A408D /* MarketSharingHistoryViewController.swift */, |
536 | 1EAEFC7929DDCAF500114A1C /* MarketLoyaltyAnalysisViewController.swift */, | 539 | 1EAEFC7929DDCAF500114A1C /* MarketLoyaltyAnalysisViewController.swift */, |
537 | 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */, | 540 | 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */, |
... | @@ -981,6 +984,7 @@ | ... | @@ -981,6 +984,7 @@ |
981 | E6A77930282933E70045BBA8 /* UIImageView+AFNetworking.m in Sources */, | 984 | E6A77930282933E70045BBA8 /* UIImageView+AFNetworking.m in Sources */, |
982 | E6A77900282933E60045BBA8 /* WLInboxItemViewController.m in Sources */, | 985 | E6A77900282933E60045BBA8 /* WLInboxItemViewController.m in Sources */, |
983 | 1E87A9EF28C2021200C79F90 /* ContextualViewController.swift in Sources */, | 986 | 1E87A9EF28C2021200C79F90 /* ContextualViewController.swift in Sources */, |
987 | + 1EA04EC12AE7FCE800389A84 /* WalletSpinnerTableViewCell.swift in Sources */, | ||
984 | E6A7793E282933E70045BBA8 /* AFHTTPSessionManager.m in Sources */, | 988 | E6A7793E282933E70045BBA8 /* AFHTTPSessionManager.m in Sources */, |
985 | E6A77933282933E70045BBA8 /* UIButton+AFNetworking.m in Sources */, | 989 | E6A77933282933E70045BBA8 /* UIButton+AFNetworking.m in Sources */, |
986 | E6A77919282933E60045BBA8 /* Warply.m in Sources */, | 990 | E6A77919282933E60045BBA8 /* Warply.m in Sources */, | ... | ... |
No preview for this file type
1 | +// | ||
2 | +// WalletSpinnerTableViewCell.swift | ||
3 | +// SwiftWarplyFramework | ||
4 | +// | ||
5 | +// Created by Manos Chorianopoulos on 24/10/23. | ||
6 | +// | ||
7 | + | ||
8 | +import UIKit | ||
9 | + | ||
10 | +@objc public class WalletSpinnerTableViewCell: 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 | +} |
-
Please register or login to post a comment