Showing
6 changed files
with
56 additions
and
2 deletions
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
| 8 | <dict> | 8 | <dict> |
| 9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
| 10 | - <integer>1</integer> | 10 | + <integer>0</integer> |
| 11 | </dict> | 11 | </dict> |
| 12 | </dict> | 12 | </dict> |
| 13 | </dict> | 13 | </dict> | ... | ... |
| ... | @@ -12,6 +12,8 @@ | ... | @@ -12,6 +12,8 @@ |
| 12 | 1E108A9428A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A8F28A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf */; }; | 12 | 1E108A9428A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A8F28A3F9280008B8E7 /* pf_square_sans_pro_extra_black.ttf */; }; |
| 13 | 1E108A9528A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A9028A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf */; }; | 13 | 1E108A9528A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A9028A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf */; }; |
| 14 | 1E108A9628A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A9128A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf */; }; | 14 | 1E108A9628A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1E108A9128A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf */; }; |
| 15 | + 1E151F1829DAE48500951FA0 /* UnifiedCouponsTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E151F1729DAE48500951FA0 /* UnifiedCouponsTableViewCell.swift */; }; | ||
| 16 | + 1E151F1A29DAE4D500951FA0 /* ActiveCodeTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E151F1929DAE4D500951FA0 /* ActiveCodeTableViewCell.swift */; }; | ||
| 15 | 1E2966EA2837A21D00F83FAC /* RSBarcodes_Swift in Frameworks */ = {isa = PBXBuildFile; productRef = 1E2966E92837A21D00F83FAC /* RSBarcodes_Swift */; }; | 17 | 1E2966EA2837A21D00F83FAC /* RSBarcodes_Swift in Frameworks */ = {isa = PBXBuildFile; productRef = 1E2966E92837A21D00F83FAC /* RSBarcodes_Swift */; }; |
| 16 | 1E4410B128F5855000859F92 /* CampaignCategory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E4410B028F5855000859F92 /* CampaignCategory.swift */; }; | 18 | 1E4410B128F5855000859F92 /* CampaignCategory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E4410B028F5855000859F92 /* CampaignCategory.swift */; }; |
| 17 | 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */; }; | 19 | 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */; }; |
| ... | @@ -177,6 +179,8 @@ | ... | @@ -177,6 +179,8 @@ |
| 177 | 1E108A9028A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = pf_square_sans_pro_bold_italic.ttf; sourceTree = "<group>"; }; | 179 | 1E108A9028A3F9280008B8E7 /* pf_square_sans_pro_bold_italic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = pf_square_sans_pro_bold_italic.ttf; sourceTree = "<group>"; }; |
| 178 | 1E108A9128A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = pf_square_sans_pro_bold.ttf; sourceTree = "<group>"; }; | 180 | 1E108A9128A3F9280008B8E7 /* pf_square_sans_pro_bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = pf_square_sans_pro_bold.ttf; sourceTree = "<group>"; }; |
| 179 | 1E108A9728A3FA9B0008B8E7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; | 181 | 1E108A9728A3FA9B0008B8E7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; |
| 182 | + 1E151F1729DAE48500951FA0 /* UnifiedCouponsTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnifiedCouponsTableViewCell.swift; sourceTree = "<group>"; }; | ||
| 183 | + 1E151F1929DAE4D500951FA0 /* ActiveCodeTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActiveCodeTableViewCell.swift; sourceTree = "<group>"; }; | ||
| 180 | 1E4410B028F5855000859F92 /* CampaignCategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CampaignCategory.swift; sourceTree = "<group>"; }; | 184 | 1E4410B028F5855000859F92 /* CampaignCategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CampaignCategory.swift; sourceTree = "<group>"; }; |
| 181 | 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponBarcodeViewController.swift; sourceTree = "<group>"; }; | 185 | 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponBarcodeViewController.swift; sourceTree = "<group>"; }; |
| 182 | 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContextualViewController.swift; sourceTree = "<group>"; }; | 186 | 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContextualViewController.swift; sourceTree = "<group>"; }; |
| ... | @@ -457,6 +461,8 @@ | ... | @@ -457,6 +461,8 @@ |
| 457 | E6A7785E282933E40045BBA8 /* CouponsViewController.swift */, | 461 | E6A7785E282933E40045BBA8 /* CouponsViewController.swift */, |
| 458 | 1EA1AF092835346A008998AA /* CouponsTableViewCell.swift */, | 462 | 1EA1AF092835346A008998AA /* CouponsTableViewCell.swift */, |
| 459 | E6A7785D282933E40045BBA8 /* CouponViewController.swift */, | 463 | E6A7785D282933E40045BBA8 /* CouponViewController.swift */, |
| 464 | + 1E151F1729DAE48500951FA0 /* UnifiedCouponsTableViewCell.swift */, | ||
| 465 | + 1E151F1929DAE4D500951FA0 /* ActiveCodeTableViewCell.swift */, | ||
| 460 | 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */, | 466 | 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */, |
| 461 | E6A77863282933E50045BBA8 /* DetailsViewController.swift */, | 467 | E6A77863282933E50045BBA8 /* DetailsViewController.swift */, |
| 462 | E6A778DE282933E60045BBA8 /* GiftsViewController.swift */, | 468 | E6A778DE282933E60045BBA8 /* GiftsViewController.swift */, |
| ... | @@ -893,6 +899,7 @@ | ... | @@ -893,6 +899,7 @@ |
| 893 | A02F34052882B6E60086465F /* TelcoViewController.swift in Sources */, | 899 | A02F34052882B6E60086465F /* TelcoViewController.swift in Sources */, |
| 894 | E6A77901282933E60045BBA8 /* WLBaseItem.m in Sources */, | 900 | E6A77901282933E60045BBA8 /* WLBaseItem.m in Sources */, |
| 895 | 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */, | 901 | 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */, |
| 902 | + 1E151F1829DAE48500951FA0 /* UnifiedCouponsTableViewCell.swift in Sources */, | ||
| 896 | E6A778F0282933E60045BBA8 /* WLNativeAdsCollectionMode.m in Sources */, | 903 | E6A778F0282933E60045BBA8 /* WLNativeAdsCollectionMode.m in Sources */, |
| 897 | E6A7791C282933E60045BBA8 /* WLSMSActionHandlerDeprecated.m in Sources */, | 904 | E6A7791C282933E60045BBA8 /* WLSMSActionHandlerDeprecated.m in Sources */, |
| 898 | E6A77934282933E70045BBA8 /* UIActivityIndicatorView+AFNetworking.m in Sources */, | 905 | E6A77934282933E70045BBA8 /* UIActivityIndicatorView+AFNetworking.m in Sources */, |
| ... | @@ -958,6 +965,7 @@ | ... | @@ -958,6 +965,7 @@ |
| 958 | E6A7790B282933E60045BBA8 /* WLPushManager.m in Sources */, | 965 | E6A7790B282933E60045BBA8 /* WLPushManager.m in Sources */, |
| 959 | A079366E2885D07700064122 /* AnalysisChildViewController.swift in Sources */, | 966 | A079366E2885D07700064122 /* AnalysisChildViewController.swift in Sources */, |
| 960 | E6A77950282933E70045BBA8 /* FMResultSet.m in Sources */, | 967 | E6A77950282933E70045BBA8 /* FMResultSet.m in Sources */, |
| 968 | + 1E151F1A29DAE4D500951FA0 /* ActiveCodeTableViewCell.swift in Sources */, | ||
| 961 | E6A77936282933E70045BBA8 /* AFAutoPurgingImageCache.m in Sources */, | 969 | E6A77936282933E70045BBA8 /* AFAutoPurgingImageCache.m in Sources */, |
| 962 | A079367E2885F60A00064122 /* AnalysisHeaderMessageViewCell.swift in Sources */, | 970 | A079367E2885F60A00064122 /* AnalysisHeaderMessageViewCell.swift in Sources */, |
| 963 | E6A778FF282933E60045BBA8 /* WLBeacon.m in Sources */, | 971 | E6A778FF282933E60045BBA8 /* WLBeacon.m in Sources */, | ... | ... |
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
| 8 | <dict> | 8 | <dict> |
| 9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
| 10 | - <integer>0</integer> | 10 | + <integer>1</integer> |
| 11 | </dict> | 11 | </dict> |
| 12 | </dict> | 12 | </dict> |
| 13 | </dict> | 13 | </dict> | ... | ... |
No preview for this file type
| 1 | +// | ||
| 2 | +// ActiveCodeTableViewCell.swift | ||
| 3 | +// SwiftWarplyFramework | ||
| 4 | +// | ||
| 5 | +// Created by Manos Chorianopoulos on 3/4/23. | ||
| 6 | +// | ||
| 7 | + | ||
| 8 | +import UIKit | ||
| 9 | + | ||
| 10 | +class ActiveCodeTableViewCell: UITableViewCell { | ||
| 11 | + | ||
| 12 | + override func awakeFromNib() { | ||
| 13 | + super.awakeFromNib() | ||
| 14 | + // Initialization code | ||
| 15 | + } | ||
| 16 | + | ||
| 17 | + 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 | +} |
| 1 | +// | ||
| 2 | +// UnifiedCouponsTableViewCell.swift | ||
| 3 | +// SwiftWarplyFramework | ||
| 4 | +// | ||
| 5 | +// Created by Manos Chorianopoulos on 3/4/23. | ||
| 6 | +// | ||
| 7 | + | ||
| 8 | +import UIKit | ||
| 9 | + | ||
| 10 | +class UnifiedCouponsTableViewCell: UITableViewCell { | ||
| 11 | + | ||
| 12 | + override func awakeFromNib() { | ||
| 13 | + super.awakeFromNib() | ||
| 14 | + // Initialization code | ||
| 15 | + } | ||
| 16 | + | ||
| 17 | + 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