Manos Chorianopoulos

Add new wallet cells and assets

Showing 20 changed files with 207 additions and 30 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>0</integer> 10 + <integer>1</integer>
11 </dict> 11 </dict>
12 </dict> 12 </dict>
13 </dict> 13 </dict>
......
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
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 1E51678E2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */; };
26 + 1E64E8FD2B8DE457001BA46E /* WalletQuestionnaireBannerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E64E8FC2B8DE457001BA46E /* WalletQuestionnaireBannerTableViewCell.swift */; };
27 + 1E64E8FF2B8DE487001BA46E /* WalletHistoryBannerTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E64E8FE2B8DE487001BA46E /* WalletHistoryBannerTableViewCell.swift */; };
28 + 1E64E9012B8DE4AC001BA46E /* WalletEmptyViewTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E64E9002B8DE4AC001BA46E /* WalletEmptyViewTableViewCell.swift */; };
26 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */; }; 29 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */; };
27 1E7B9A5829F6ACF400B37E13 /* WalletBannersTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */; }; 30 1E7B9A5829F6ACF400B37E13 /* WalletBannersTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */; };
28 1E87A9EF28C2021200C79F90 /* ContextualViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */; }; 31 1E87A9EF28C2021200C79F90 /* ContextualViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */; };
...@@ -211,6 +214,9 @@ ...@@ -211,6 +214,9 @@
211 1E4410B028F5855000859F92 /* CampaignCategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CampaignCategory.swift; sourceTree = "<group>"; }; 214 1E4410B028F5855000859F92 /* CampaignCategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CampaignCategory.swift; sourceTree = "<group>"; };
212 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletBadgesTableViewCell.swift; sourceTree = "<group>"; }; 215 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletBadgesTableViewCell.swift; sourceTree = "<group>"; };
213 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletVouchersBannerTableViewCell.swift; sourceTree = "<group>"; }; 216 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletVouchersBannerTableViewCell.swift; sourceTree = "<group>"; };
217 + 1E64E8FC2B8DE457001BA46E /* WalletQuestionnaireBannerTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletQuestionnaireBannerTableViewCell.swift; sourceTree = "<group>"; };
218 + 1E64E8FE2B8DE487001BA46E /* WalletHistoryBannerTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletHistoryBannerTableViewCell.swift; sourceTree = "<group>"; };
219 + 1E64E9002B8DE4AC001BA46E /* WalletEmptyViewTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletEmptyViewTableViewCell.swift; sourceTree = "<group>"; };
214 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponBarcodeViewController.swift; sourceTree = "<group>"; }; 220 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponBarcodeViewController.swift; sourceTree = "<group>"; };
215 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletBannersTableViewCell.swift; sourceTree = "<group>"; }; 221 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletBannersTableViewCell.swift; sourceTree = "<group>"; };
216 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContextualViewController.swift; sourceTree = "<group>"; }; 222 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContextualViewController.swift; sourceTree = "<group>"; };
...@@ -537,6 +543,9 @@ ...@@ -537,6 +543,9 @@
537 1E4195FA2AE691D20094DADE /* WalletActiveCouponsTableViewCell.swift */, 543 1E4195FA2AE691D20094DADE /* WalletActiveCouponsTableViewCell.swift */,
538 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */, 544 1E51678D2AE6934100FE66C3 /* WalletVouchersBannerTableViewCell.swift */,
539 1EA04EC02AE7FCE700389A84 /* WalletSpinnerTableViewCell.swift */, 545 1EA04EC02AE7FCE700389A84 /* WalletSpinnerTableViewCell.swift */,
546 + 1E64E8FC2B8DE457001BA46E /* WalletQuestionnaireBannerTableViewCell.swift */,
547 + 1E64E8FE2B8DE487001BA46E /* WalletHistoryBannerTableViewCell.swift */,
548 + 1E64E9002B8DE4AC001BA46E /* WalletEmptyViewTableViewCell.swift */,
540 1EDD4F882AE937AA00A6B5A6 /* LoyaltyHistoryViewController.swift */, 549 1EDD4F882AE937AA00A6B5A6 /* LoyaltyHistoryViewController.swift */,
541 1E15B9A129DDCF02000A408D /* MarketSharingHistoryViewController.swift */, 550 1E15B9A129DDCF02000A408D /* MarketSharingHistoryViewController.swift */,
542 1EAEFC7929DDCAF500114A1C /* MarketLoyaltyAnalysisViewController.swift */, 551 1EAEFC7929DDCAF500114A1C /* MarketLoyaltyAnalysisViewController.swift */,
...@@ -981,6 +990,7 @@ ...@@ -981,6 +990,7 @@
981 E6A7791C282933E60045BBA8 /* WLSMSActionHandlerDeprecated.m in Sources */, 990 E6A7791C282933E60045BBA8 /* WLSMSActionHandlerDeprecated.m in Sources */,
982 E6A77934282933E70045BBA8 /* UIActivityIndicatorView+AFNetworking.m in Sources */, 991 E6A77934282933E70045BBA8 /* UIActivityIndicatorView+AFNetworking.m in Sources */,
983 E6A77A34282BB3BB0045BBA8 /* ActiveGiftsViewController.swift in Sources */, 992 E6A77A34282BB3BB0045BBA8 /* ActiveGiftsViewController.swift in Sources */,
993 + 1E64E8FF2B8DE487001BA46E /* WalletHistoryBannerTableViewCell.swift in Sources */,
984 E6A778E6282933E60045BBA8 /* MyEmptyClass.swift in Sources */, 994 E6A778E6282933E60045BBA8 /* MyEmptyClass.swift in Sources */,
985 E6A77912282933E60045BBA8 /* WLAnalyticsManager.m in Sources */, 995 E6A77912282933E60045BBA8 /* WLAnalyticsManager.m in Sources */,
986 E6A778E2282933E60045BBA8 /* CouponsViewController.swift in Sources */, 996 E6A778E2282933E60045BBA8 /* CouponsViewController.swift in Sources */,
...@@ -1044,6 +1054,7 @@ ...@@ -1044,6 +1054,7 @@
1044 1EB5F4CA285370C90016F36E /* LoyaltyAnalysisViewController.swift in Sources */, 1054 1EB5F4CA285370C90016F36E /* LoyaltyAnalysisViewController.swift in Sources */,
1045 E6A7794A282933E70045BBA8 /* FMDatabaseAdditions.m in Sources */, 1055 E6A7794A282933E70045BBA8 /* FMDatabaseAdditions.m in Sources */,
1046 E6A77903282933E60045BBA8 /* WLAPSItem.m in Sources */, 1056 E6A77903282933E60045BBA8 /* WLAPSItem.m in Sources */,
1057 + 1E64E9012B8DE4AC001BA46E /* WalletEmptyViewTableViewCell.swift in Sources */,
1047 1E029A4129E002CF00CC7447 /* UnifiedCouponBCHeaderTableViewCell.swift in Sources */, 1058 1E029A4129E002CF00CC7447 /* UnifiedCouponBCHeaderTableViewCell.swift in Sources */,
1048 1ECA079128D9E3BA00D2BDE0 /* CSMButton.swift in Sources */, 1059 1ECA079128D9E3BA00D2BDE0 /* CSMButton.swift in Sources */,
1049 1E4410B128F5855000859F92 /* CampaignCategory.swift in Sources */, 1060 1E4410B128F5855000859F92 /* CampaignCategory.swift in Sources */,
...@@ -1054,6 +1065,7 @@ ...@@ -1054,6 +1065,7 @@
1054 1E151F1A29DAE4D500951FA0 /* ActiveCodeTableViewCell.swift in Sources */, 1065 1E151F1A29DAE4D500951FA0 /* ActiveCodeTableViewCell.swift in Sources */,
1055 E6A77936282933E70045BBA8 /* AFAutoPurgingImageCache.m in Sources */, 1066 E6A77936282933E70045BBA8 /* AFAutoPurgingImageCache.m in Sources */,
1056 A079367E2885F60A00064122 /* AnalysisHeaderMessageViewCell.swift in Sources */, 1067 A079367E2885F60A00064122 /* AnalysisHeaderMessageViewCell.swift in Sources */,
1068 + 1E64E8FD2B8DE457001BA46E /* WalletQuestionnaireBannerTableViewCell.swift in Sources */,
1057 1E7B9A5829F6ACF400B37E13 /* WalletBannersTableViewCell.swift in Sources */, 1069 1E7B9A5829F6ACF400B37E13 /* WalletBannersTableViewCell.swift in Sources */,
1058 E6A778FF282933E60045BBA8 /* WLBeacon.m in Sources */, 1070 E6A778FF282933E60045BBA8 /* WLBeacon.m in Sources */,
1059 1E029A4329E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift in Sources */, 1071 1E029A4329E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift 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>1</integer> 10 + <integer>0</integer>
11 </dict> 11 </dict>
12 </dict> 12 </dict>
13 </dict> 13 </dict>
......
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> 2 +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
3 <device id="retina6_1" orientation="portrait" appearance="light"/> 3 <device id="retina6_1" orientation="portrait" appearance="light"/>
4 <dependencies> 4 <dependencies>
5 <deployment identifier="iOS"/> 5 <deployment identifier="iOS"/>
6 - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/> 6 + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
7 <capability name="Safe area layout guides" minToolsVersion="9.0"/> 7 <capability name="Safe area layout guides" minToolsVersion="9.0"/>
8 <capability name="System colors in document resources" minToolsVersion="11.0"/> 8 <capability name="System colors in document resources" minToolsVersion="11.0"/>
9 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> 9 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
...@@ -2668,23 +2668,23 @@ ...@@ -2668,23 +2668,23 @@
2668 </connections> 2668 </connections>
2669 </tableViewCell> 2669 </tableViewCell>
2670 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="UnifiedCouponsTableViewCellId" id="DUH-nG-QWi" customClass="UnifiedCouponsTableViewCell" customModule="SwiftWarplyFramework"> 2670 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="UnifiedCouponsTableViewCellId" id="DUH-nG-QWi" customClass="UnifiedCouponsTableViewCell" customModule="SwiftWarplyFramework">
2671 - <rect key="frame" x="0.0" y="883" width="414" height="44"/> 2671 + <rect key="frame" x="0.0" y="883" width="414" height="64.5"/>
2672 <autoresizingMask key="autoresizingMask"/> 2672 <autoresizingMask key="autoresizingMask"/>
2673 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="DUH-nG-QWi" id="rx6-wA-MYI"> 2673 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="DUH-nG-QWi" id="rx6-wA-MYI">
2674 - <rect key="frame" x="0.0" y="0.0" width="414" height="44"/> 2674 + <rect key="frame" x="0.0" y="0.0" width="414" height="64.5"/>
2675 <autoresizingMask key="autoresizingMask"/> 2675 <autoresizingMask key="autoresizingMask"/>
2676 <subviews> 2676 <subviews>
2677 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="WW2-mP-ZJD"> 2677 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="WW2-mP-ZJD">
2678 - <rect key="frame" x="10" y="0.0" width="394" height="44"/> 2678 + <rect key="frame" x="10" y="0.0" width="394" height="64.5"/>
2679 <subviews> 2679 <subviews>
2680 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="coupon_bg" translatesAutoresizingMaskIntoConstraints="NO" id="Gde-3J-Ew9"> 2680 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="coupon_bg" translatesAutoresizingMaskIntoConstraints="NO" id="Gde-3J-Ew9">
2681 - <rect key="frame" x="0.0" y="0.0" width="394" height="44"/> 2681 + <rect key="frame" x="0.0" y="0.0" width="394" height="64.5"/>
2682 </imageView> 2682 </imageView>
2683 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="87q-5c-uea"> 2683 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="87q-5c-uea">
2684 - <rect key="frame" x="20" y="10" width="79" height="24"/> 2684 + <rect key="frame" x="20" y="10" width="79" height="44.5"/>
2685 <subviews> 2685 <subviews>
2686 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="XsA-Nw-7Pr"> 2686 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="XsA-Nw-7Pr">
2687 - <rect key="frame" x="18" y="18" width="43" height="0.0"/> 2687 + <rect key="frame" x="18" y="18" width="43" height="8.5"/>
2688 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 2688 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2689 </imageView> 2689 </imageView>
2690 </subviews> 2690 </subviews>
...@@ -2697,7 +2697,7 @@ ...@@ -2697,7 +2697,7 @@
2697 </constraints> 2697 </constraints>
2698 </view> 2698 </view>
2699 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="u97-5H-Y40"> 2699 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="u97-5H-Y40">
2700 - <rect key="frame" x="104" y="10" width="10" height="24"/> 2700 + <rect key="frame" x="104" y="10" width="10" height="44.5"/>
2701 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 2701 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2702 <constraints> 2702 <constraints>
2703 <constraint firstAttribute="width" constant="10" id="Tcx-FG-KC0"/> 2703 <constraint firstAttribute="width" constant="10" id="Tcx-FG-KC0"/>
...@@ -2710,13 +2710,13 @@ ...@@ -2710,13 +2710,13 @@
2710 <nil key="highlightedColor"/> 2710 <nil key="highlightedColor"/>
2711 </label> 2711 </label>
2712 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KJD-Db-B4t"> 2712 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KJD-Db-B4t">
2713 - <rect key="frame" x="292.5" y="14.5" width="81.5" height="15"/> 2713 + <rect key="frame" x="292.5" y="25" width="81.5" height="15"/>
2714 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="12"/> 2714 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="12"/>
2715 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 2715 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
2716 <nil key="highlightedColor"/> 2716 <nil key="highlightedColor"/>
2717 </label> 2717 </label>
2718 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="C5t-xz-oAO"> 2718 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="C5t-xz-oAO">
2719 - <rect key="frame" x="119" y="14" width="255" height="15"/> 2719 + <rect key="frame" x="119" y="34.5" width="255" height="15"/>
2720 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="12"/> 2720 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="12"/>
2721 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 2721 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
2722 <nil key="highlightedColor"/> 2722 <nil key="highlightedColor"/>
...@@ -2766,7 +2766,7 @@ ...@@ -2766,7 +2766,7 @@
2766 </connections> 2766 </connections>
2767 </tableViewCell> 2767 </tableViewCell>
2768 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletBadgesTableViewCellId" id="TeS-tP-Ilh" customClass="WalletBadgesTableViewCell" customModule="SwiftWarplyFramework"> 2768 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletBadgesTableViewCellId" id="TeS-tP-Ilh" customClass="WalletBadgesTableViewCell" customModule="SwiftWarplyFramework">
2769 - <rect key="frame" x="0.0" y="927" width="414" height="260"/> 2769 + <rect key="frame" x="0.0" y="947.5" width="414" height="260"/>
2770 <autoresizingMask key="autoresizingMask"/> 2770 <autoresizingMask key="autoresizingMask"/>
2771 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="TeS-tP-Ilh" id="FFV-uA-HHA"> 2771 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="TeS-tP-Ilh" id="FFV-uA-HHA">
2772 <rect key="frame" x="0.0" y="0.0" width="414" height="260"/> 2772 <rect key="frame" x="0.0" y="0.0" width="414" height="260"/>
...@@ -2993,7 +2993,7 @@ ...@@ -2993,7 +2993,7 @@
2993 </connections> 2993 </connections>
2994 </tableViewCell> 2994 </tableViewCell>
2995 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletBannersTableViewCellId" id="fgI-zL-RPZ" customClass="WalletBannersTableViewCell" customModule="SwiftWarplyFramework"> 2995 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletBannersTableViewCellId" id="fgI-zL-RPZ" customClass="WalletBannersTableViewCell" customModule="SwiftWarplyFramework">
2996 - <rect key="frame" x="0.0" y="1187" width="414" height="404"/> 2996 + <rect key="frame" x="0.0" y="1207.5" width="414" height="404"/>
2997 <autoresizingMask key="autoresizingMask"/> 2997 <autoresizingMask key="autoresizingMask"/>
2998 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="fgI-zL-RPZ" id="gNB-PU-R1J"> 2998 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="fgI-zL-RPZ" id="gNB-PU-R1J">
2999 <rect key="frame" x="0.0" y="0.0" width="414" height="404"/> 2999 <rect key="frame" x="0.0" y="0.0" width="414" height="404"/>
...@@ -3361,7 +3361,7 @@ ...@@ -3361,7 +3361,7 @@
3361 </connections> 3361 </connections>
3362 </tableViewCell> 3362 </tableViewCell>
3363 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletActiveCouponsTableViewCellId" id="qaY-Zw-d8E" customClass="WalletActiveCouponsTableViewCell" customModule="SwiftWarplyFramework"> 3363 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletActiveCouponsTableViewCellId" id="qaY-Zw-d8E" customClass="WalletActiveCouponsTableViewCell" customModule="SwiftWarplyFramework">
3364 - <rect key="frame" x="0.0" y="1591" width="414" height="103"/> 3364 + <rect key="frame" x="0.0" y="1611.5" width="414" height="103"/>
3365 <autoresizingMask key="autoresizingMask"/> 3365 <autoresizingMask key="autoresizingMask"/>
3366 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="qaY-Zw-d8E" id="MoF-lG-k6u"> 3366 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="qaY-Zw-d8E" id="MoF-lG-k6u">
3367 <rect key="frame" x="0.0" y="0.0" width="414" height="103"/> 3367 <rect key="frame" x="0.0" y="0.0" width="414" height="103"/>
...@@ -3644,7 +3644,7 @@ ...@@ -3644,7 +3644,7 @@
3644 </connections> 3644 </connections>
3645 </tableViewCell> 3645 </tableViewCell>
3646 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletVouchersBannerTableViewCellId" id="F1i-u5-1v2" customClass="WalletVouchersBannerTableViewCell" customModule="SwiftWarplyFramework"> 3646 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletVouchersBannerTableViewCellId" id="F1i-u5-1v2" customClass="WalletVouchersBannerTableViewCell" customModule="SwiftWarplyFramework">
3647 - <rect key="frame" x="0.0" y="1694" width="414" height="181"/> 3647 + <rect key="frame" x="0.0" y="1714.5" width="414" height="181"/>
3648 <autoresizingMask key="autoresizingMask"/> 3648 <autoresizingMask key="autoresizingMask"/>
3649 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="F1i-u5-1v2" id="q9T-Eg-Gxw"> 3649 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="F1i-u5-1v2" id="q9T-Eg-Gxw">
3650 <rect key="frame" x="0.0" y="0.0" width="414" height="181"/> 3650 <rect key="frame" x="0.0" y="0.0" width="414" height="181"/>
...@@ -3758,16 +3758,16 @@ ...@@ -3758,16 +3758,16 @@
3758 </connections> 3758 </connections>
3759 </tableViewCell> 3759 </tableViewCell>
3760 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletSpinnerTableViewCellId" id="ShU-xo-DhW" customClass="WalletSpinnerTableViewCell" customModule="SwiftWarplyFramework"> 3760 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletSpinnerTableViewCellId" id="ShU-xo-DhW" customClass="WalletSpinnerTableViewCell" customModule="SwiftWarplyFramework">
3761 - <rect key="frame" x="0.0" y="1875" width="414" height="88"/> 3761 + <rect key="frame" x="0.0" y="1895.5" width="414" height="88"/>
3762 <autoresizingMask key="autoresizingMask"/> 3762 <autoresizingMask key="autoresizingMask"/>
3763 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="ShU-xo-DhW" id="U4r-xF-gbA"> 3763 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="ShU-xo-DhW" id="U4r-xF-gbA">
3764 <rect key="frame" x="0.0" y="0.0" width="414" height="88"/> 3764 <rect key="frame" x="0.0" y="0.0" width="414" height="88"/>
3765 <autoresizingMask key="autoresizingMask"/> 3765 <autoresizingMask key="autoresizingMask"/>
3766 <subviews> 3766 <subviews>
3767 - <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="hm4-ma-8T7" userLabel="ParentView"> 3767 + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hm4-ma-8T7" userLabel="ParentView">
3768 <rect key="frame" x="0.0" y="0.0" width="414" height="88"/> 3768 <rect key="frame" x="0.0" y="0.0" width="414" height="88"/>
3769 <subviews> 3769 <subviews>
3770 - <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" ambiguous="YES" style="large" translatesAutoresizingMaskIntoConstraints="NO" id="Kes-eE-1K8"> 3770 + <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" style="large" translatesAutoresizingMaskIntoConstraints="NO" id="Kes-eE-1K8">
3771 <rect key="frame" x="183" y="20" width="48" height="48"/> 3771 <rect key="frame" x="183" y="20" width="48" height="48"/>
3772 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 3772 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
3773 <constraints> 3773 <constraints>
...@@ -3797,6 +3797,33 @@ ...@@ -3797,6 +3797,33 @@
3797 <outlet property="spinner" destination="Kes-eE-1K8" id="SP3-Mn-lgc"/> 3797 <outlet property="spinner" destination="Kes-eE-1K8" id="SP3-Mn-lgc"/>
3798 </connections> 3798 </connections>
3799 </tableViewCell> 3799 </tableViewCell>
3800 + <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletQuestionnaireBannerTableViewCellId" id="AKr-2x-5Nd" customClass="WalletQuestionnaireBannerTableViewCell" customModule="SwiftWarplyFramework">
3801 + <rect key="frame" x="0.0" y="1983.5" width="414" height="44"/>
3802 + <autoresizingMask key="autoresizingMask"/>
3803 + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="AKr-2x-5Nd" id="nPE-tM-hVS">
3804 + <rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
3805 + <autoresizingMask key="autoresizingMask"/>
3806 + </tableViewCellContentView>
3807 + <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
3808 + </tableViewCell>
3809 + <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletHistoryBannerTableViewCellId" id="DQm-p5-XtS" customClass="WalletHistoryBannerTableViewCell" customModule="SwiftWarplyFramework">
3810 + <rect key="frame" x="0.0" y="2027.5" width="414" height="44"/>
3811 + <autoresizingMask key="autoresizingMask"/>
3812 + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="DQm-p5-XtS" id="bjo-yS-hIR">
3813 + <rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
3814 + <autoresizingMask key="autoresizingMask"/>
3815 + </tableViewCellContentView>
3816 + <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
3817 + </tableViewCell>
3818 + <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletEmptyViewTableViewCellId" id="lSc-gs-vcx" customClass="WalletEmptyViewTableViewCell" customModule="SwiftWarplyFramework">
3819 + <rect key="frame" x="0.0" y="2071.5" width="414" height="44"/>
3820 + <autoresizingMask key="autoresizingMask"/>
3821 + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="lSc-gs-vcx" id="AOI-dP-A0r">
3822 + <rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
3823 + <autoresizingMask key="autoresizingMask"/>
3824 + </tableViewCellContentView>
3825 + <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
3826 + </tableViewCell>
3800 </prototypes> 3827 </prototypes>
3801 <connections> 3828 <connections>
3802 <outlet property="dataSource" destination="pKQ-52-a1r" id="AvY-tV-KMr"/> 3829 <outlet property="dataSource" destination="pKQ-52-a1r" id="AvY-tV-KMr"/>
...@@ -4405,30 +4432,30 @@ ...@@ -4405,30 +4432,30 @@
4405 <autoresizingMask key="autoresizingMask"/> 4432 <autoresizingMask key="autoresizingMask"/>
4406 <subviews> 4433 <subviews>
4407 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="35i-Iq-TId"> 4434 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="35i-Iq-TId">
4408 - <rect key="frame" x="10" y="0.0" width="394" height="42"/> 4435 + <rect key="frame" x="10" y="0.0" width="394" height="64.5"/>
4409 <subviews> 4436 <subviews>
4410 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="coupon_bg" translatesAutoresizingMaskIntoConstraints="NO" id="58G-jP-FMr"> 4437 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="coupon_bg" translatesAutoresizingMaskIntoConstraints="NO" id="58G-jP-FMr">
4411 - <rect key="frame" x="0.0" y="0.0" width="394" height="42"/> 4438 + <rect key="frame" x="0.0" y="0.0" width="394" height="64.5"/>
4412 </imageView> 4439 </imageView>
4413 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="jcR-bh-Fhz"> 4440 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="jcR-bh-Fhz">
4414 - <rect key="frame" x="20" y="10" width="79" height="22"/> 4441 + <rect key="frame" x="20" y="10" width="79" height="44.5"/>
4415 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 4442 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
4416 </imageView> 4443 </imageView>
4417 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZDK-3b-8MQ"> 4444 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZDK-3b-8MQ">
4418 - <rect key="frame" x="104" y="10" width="10" height="22"/> 4445 + <rect key="frame" x="104" y="10" width="10" height="44.5"/>
4419 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 4446 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
4420 <constraints> 4447 <constraints>
4421 <constraint firstAttribute="width" constant="10" id="sq7-pL-kd5"/> 4448 <constraint firstAttribute="width" constant="10" id="sq7-pL-kd5"/>
4422 </constraints> 4449 </constraints>
4423 </view> 4450 </view>
4424 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mOO-dc-RyS"> 4451 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mOO-dc-RyS">
4425 - <rect key="frame" x="119" y="-24.5" width="255" height="20"/> 4452 + <rect key="frame" x="119" y="-13" width="255" height="20"/>
4426 <fontDescription key="fontDescription" name="BTCosmo-Bold" family="BTCosmo" pointSize="17"/> 4453 <fontDescription key="fontDescription" name="BTCosmo-Bold" family="BTCosmo" pointSize="17"/>
4427 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 4454 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
4428 <nil key="highlightedColor"/> 4455 <nil key="highlightedColor"/>
4429 </label> 4456 </label>
4430 <stackView opaque="NO" contentMode="scaleToFill" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="NmF-B8-BxN"> 4457 <stackView opaque="NO" contentMode="scaleToFill" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="NmF-B8-BxN">
4431 - <rect key="frame" x="119" y="1" width="255" height="40.5"/> 4458 + <rect key="frame" x="119" y="12" width="255" height="40.5"/>
4432 <subviews> 4459 <subviews>
4433 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9CO-TF-h6H"> 4460 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9CO-TF-h6H">
4434 <rect key="frame" x="0.0" y="0.0" width="127.5" height="40.5"/> 4461 <rect key="frame" x="0.0" y="0.0" width="127.5" height="40.5"/>
...@@ -4449,13 +4476,13 @@ ...@@ -4449,13 +4476,13 @@
4449 </constraints> 4476 </constraints>
4450 </stackView> 4477 </stackView>
4451 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="u51-sv-YiH"> 4478 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="u51-sv-YiH">
4452 - <rect key="frame" x="119" y="46.5" width="255" height="15"/> 4479 + <rect key="frame" x="119" y="57.5" width="255" height="15"/>
4453 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="12"/> 4480 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="12"/>
4454 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 4481 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
4455 <nil key="highlightedColor"/> 4482 <nil key="highlightedColor"/>
4456 </label> 4483 </label>
4457 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="G6f-Nu-2R5"> 4484 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="G6f-Nu-2R5">
4458 - <rect key="frame" x="119" y="46.5" width="61.5" height="21"/> 4485 + <rect key="frame" x="119" y="57.5" width="61.5" height="21"/>
4459 <subviews> 4486 <subviews>
4460 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="LGs-y6-UbY"> 4487 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="LGs-y6-UbY">
4461 <rect key="frame" x="5" y="3" width="15" height="15"/> 4488 <rect key="frame" x="5" y="3" width="15" height="15"/>
...@@ -4533,10 +4560,10 @@ ...@@ -4533,10 +4560,10 @@
4533 </connections> 4560 </connections>
4534 </tableViewCell> 4561 </tableViewCell>
4535 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="UnifiedCouponBCFooterTableViewCell" id="LD5-ES-J67" customClass="UnifiedCouponBCFooterTableViewCell" customModule="SwiftWarplyFramework"> 4562 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="UnifiedCouponBCFooterTableViewCell" id="LD5-ES-J67" customClass="UnifiedCouponBCFooterTableViewCell" customModule="SwiftWarplyFramework">
4536 - <rect key="frame" x="0.0" y="935.5" width="414" height="220"/> 4563 + <rect key="frame" x="0.0" y="935.5" width="414" height="44"/>
4537 <autoresizingMask key="autoresizingMask"/> 4564 <autoresizingMask key="autoresizingMask"/>
4538 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="LD5-ES-J67" id="DmN-AA-8n5"> 4565 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="LD5-ES-J67" id="DmN-AA-8n5">
4539 - <rect key="frame" x="0.0" y="0.0" width="414" height="220"/> 4566 + <rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
4540 <autoresizingMask key="autoresizingMask"/> 4567 <autoresizingMask key="autoresizingMask"/>
4541 <subviews> 4568 <subviews>
4542 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="L4W-1e-9fQ"> 4569 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="L4W-1e-9fQ">
......
1 +{
2 + "images" : [
3 + {
4 + "filename" : "ic_empty_wallet_3.png",
5 + "idiom" : "universal",
6 + "scale" : "1x"
7 + },
8 + {
9 + "filename" : "ic_empty_wallet_3 1.png",
10 + "idiom" : "universal",
11 + "scale" : "2x"
12 + },
13 + {
14 + "filename" : "ic_empty_wallet_3 2.png",
15 + "idiom" : "universal",
16 + "scale" : "3x"
17 + }
18 + ],
19 + "info" : {
20 + "author" : "xcode",
21 + "version" : 1
22 + }
23 +}
1 +{
2 + "images" : [
3 + {
4 + "filename" : "wallet_history_blue.png",
5 + "idiom" : "universal",
6 + "scale" : "1x"
7 + },
8 + {
9 + "filename" : "wallet_history_blue 1.png",
10 + "idiom" : "universal",
11 + "scale" : "2x"
12 + },
13 + {
14 + "filename" : "wallet_history_blue 2.png",
15 + "idiom" : "universal",
16 + "scale" : "3x"
17 + }
18 + ],
19 + "info" : {
20 + "author" : "xcode",
21 + "version" : 1
22 + }
23 +}
1 +{
2 + "images" : [
3 + {
4 + "filename" : "wallet_plus_blue.png",
5 + "idiom" : "universal",
6 + "scale" : "1x"
7 + },
8 + {
9 + "filename" : "wallet_plus_blue 1.png",
10 + "idiom" : "universal",
11 + "scale" : "2x"
12 + },
13 + {
14 + "filename" : "wallet_plus_blue 2.png",
15 + "idiom" : "universal",
16 + "scale" : "3x"
17 + }
18 + ],
19 + "info" : {
20 + "author" : "xcode",
21 + "version" : 1
22 + }
23 +}
1 +//
2 +// WalletEmptyViewTableViewCell.swift
3 +// SwiftWarplyFramework
4 +//
5 +// Created by Manos Chorianopoulos on 27/2/24.
6 +//
7 +
8 +import UIKit
9 +
10 +@objc public class WalletEmptyViewTableViewCell: 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 +}
1 +//
2 +// WalletHistoryBannerTableViewCell.swift
3 +// SwiftWarplyFramework
4 +//
5 +// Created by Manos Chorianopoulos on 27/2/24.
6 +//
7 +
8 +import UIKit
9 +
10 +@objc public class WalletHistoryBannerTableViewCell: 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 +}
1 +//
2 +// WalletQuestionnaireBannerTableViewCell.swift
3 +// SwiftWarplyFramework
4 +//
5 +// Created by Manos Chorianopoulos on 27/2/24.
6 +//
7 +
8 +import UIKit
9 +
10 +@objc public class WalletQuestionnaireBannerTableViewCell: 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 +}