Manos Chorianopoulos

added WalletBannersTableViewCell

...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
22 1E4410B128F5855000859F92 /* CampaignCategory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E4410B028F5855000859F92 /* CampaignCategory.swift */; }; 22 1E4410B128F5855000859F92 /* CampaignCategory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E4410B028F5855000859F92 /* CampaignCategory.swift */; };
23 1E479FB329DD948B00C38193 /* WalletBadgesTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */; }; 23 1E479FB329DD948B00C38193 /* WalletBadgesTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */; };
24 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */; }; 24 1E74838D28378AF40042A589 /* CouponBarcodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */; };
25 + 1E7B9A5829F6ACF400B37E13 /* WalletBannersTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */; };
25 1E87A9EF28C2021200C79F90 /* ContextualViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */; }; 26 1E87A9EF28C2021200C79F90 /* ContextualViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */; };
26 1EA1AF0A2835346A008998AA /* CouponsTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA1AF092835346A008998AA /* CouponsTableViewCell.swift */; }; 27 1EA1AF0A2835346A008998AA /* CouponsTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA1AF092835346A008998AA /* CouponsTableViewCell.swift */; };
27 1EA2BB792865BFE8003F2AB0 /* InboxTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA2BB782865BFE8003F2AB0 /* InboxTableViewCell.swift */; }; 28 1EA2BB792865BFE8003F2AB0 /* InboxTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EA2BB782865BFE8003F2AB0 /* InboxTableViewCell.swift */; };
...@@ -204,6 +205,7 @@ ...@@ -204,6 +205,7 @@
204 1E4410B028F5855000859F92 /* CampaignCategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CampaignCategory.swift; sourceTree = "<group>"; }; 205 1E4410B028F5855000859F92 /* CampaignCategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CampaignCategory.swift; sourceTree = "<group>"; };
205 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletBadgesTableViewCell.swift; sourceTree = "<group>"; }; 206 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletBadgesTableViewCell.swift; sourceTree = "<group>"; };
206 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponBarcodeViewController.swift; sourceTree = "<group>"; }; 207 1E74838C28378AF40042A589 /* CouponBarcodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponBarcodeViewController.swift; sourceTree = "<group>"; };
208 + 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletBannersTableViewCell.swift; sourceTree = "<group>"; };
207 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContextualViewController.swift; sourceTree = "<group>"; }; 209 1E87A9EE28C2021200C79F90 /* ContextualViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContextualViewController.swift; sourceTree = "<group>"; };
208 1EA1AF092835346A008998AA /* CouponsTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponsTableViewCell.swift; sourceTree = "<group>"; }; 210 1EA1AF092835346A008998AA /* CouponsTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponsTableViewCell.swift; sourceTree = "<group>"; };
209 1EA2BB782865BFE8003F2AB0 /* InboxTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboxTableViewCell.swift; sourceTree = "<group>"; }; 211 1EA2BB782865BFE8003F2AB0 /* InboxTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboxTableViewCell.swift; sourceTree = "<group>"; };
...@@ -520,6 +522,7 @@ ...@@ -520,6 +522,7 @@
520 E6A77A35282BB4CB0045BBA8 /* MakeItAPresentViewController.swift */, 522 E6A77A35282BB4CB0045BBA8 /* MakeItAPresentViewController.swift */,
521 E6A7785A282933E40045BBA8 /* Helpers */, 523 E6A7785A282933E40045BBA8 /* Helpers */,
522 E6A77861282933E50045BBA8 /* Main.storyboard */, 524 E6A77861282933E50045BBA8 /* Main.storyboard */,
525 + 1E7B9A5729F6ACF400B37E13 /* WalletBannersTableViewCell.swift */,
523 1E15B9A129DDCF02000A408D /* MarketSharingHistoryViewController.swift */, 526 1E15B9A129DDCF02000A408D /* MarketSharingHistoryViewController.swift */,
524 1EAEFC7929DDCAF500114A1C /* MarketLoyaltyAnalysisViewController.swift */, 527 1EAEFC7929DDCAF500114A1C /* MarketLoyaltyAnalysisViewController.swift */,
525 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */, 528 1E479FB229DD948B00C38193 /* WalletBadgesTableViewCell.swift */,
...@@ -1031,6 +1034,7 @@ ...@@ -1031,6 +1034,7 @@
1031 1E151F1A29DAE4D500951FA0 /* ActiveCodeTableViewCell.swift in Sources */, 1034 1E151F1A29DAE4D500951FA0 /* ActiveCodeTableViewCell.swift in Sources */,
1032 E6A77936282933E70045BBA8 /* AFAutoPurgingImageCache.m in Sources */, 1035 E6A77936282933E70045BBA8 /* AFAutoPurgingImageCache.m in Sources */,
1033 A079367E2885F60A00064122 /* AnalysisHeaderMessageViewCell.swift in Sources */, 1036 A079367E2885F60A00064122 /* AnalysisHeaderMessageViewCell.swift in Sources */,
1037 + 1E7B9A5829F6ACF400B37E13 /* WalletBannersTableViewCell.swift in Sources */,
1034 E6A778FF282933E60045BBA8 /* WLBeacon.m in Sources */, 1038 E6A778FF282933E60045BBA8 /* WLBeacon.m in Sources */,
1035 1E029A4329E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift in Sources */, 1039 1E029A4329E0031600CC7447 /* UnifiedCouponBCFooterTableViewCell.swift in Sources */,
1036 E6A7791A282933E60045BBA8 /* WLAPPActionHandler.m in Sources */, 1040 E6A7791A282933E60045BBA8 /* WLAPPActionHandler.m in Sources */,
......
...@@ -24,9 +24,6 @@ ...@@ -24,9 +24,6 @@
24 <array key="pf_square_sans_pro_bold.ttf"> 24 <array key="pf_square_sans_pro_bold.ttf">
25 <string>PFSquareSansPro-Bold</string> 25 <string>PFSquareSansPro-Bold</string>
26 </array> 26 </array>
27 - <array key="pf_square_sans_pro_bold_italic.ttf">
28 - <string>PFSquareSansPro-BoldItalic</string>
29 - </array>
30 <array key="pf_square_sans_pro_extra_black.ttf"> 27 <array key="pf_square_sans_pro_extra_black.ttf">
31 <string>PFSquareSansPro-ExtraBlack</string> 28 <string>PFSquareSansPro-ExtraBlack</string>
32 </array> 29 </array>
...@@ -82,22 +79,22 @@ ...@@ -82,22 +79,22 @@
82 </constraints> 79 </constraints>
83 </view> 80 </view>
84 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gWw-Mr-bn2"> 81 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gWw-Mr-bn2">
85 - <rect key="frame" x="119" y="-15.5" width="255" height="21"/> 82 + <rect key="frame" x="119" y="-13.5" width="255" height="20.5"/>
86 <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="17"/> 83 <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="17"/>
87 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 84 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
88 <nil key="highlightedColor"/> 85 <nil key="highlightedColor"/>
89 </label> 86 </label>
90 <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="URC-i5-9Gw"> 87 <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="5" translatesAutoresizingMaskIntoConstraints="NO" id="URC-i5-9Gw">
91 - <rect key="frame" x="119" y="10.5" width="255" height="43.5"/> 88 + <rect key="frame" x="119" y="12" width="255" height="41"/>
92 <subviews> 89 <subviews>
93 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ssk-9S-HMD"> 90 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ssk-9S-HMD">
94 - <rect key="frame" x="0.0" y="0.0" width="127.5" height="43.5"/> 91 + <rect key="frame" x="0.0" y="0.0" width="127.5" height="41"/>
95 <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="35"/> 92 <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="35"/>
96 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 93 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
97 <nil key="highlightedColor"/> 94 <nil key="highlightedColor"/>
98 </label> 95 </label>
99 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hWa-mr-cXD"> 96 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hWa-mr-cXD">
100 - <rect key="frame" x="132.5" y="14.5" width="122.5" height="15"/> 97 + <rect key="frame" x="132.5" y="13.5" width="122.5" height="14"/>
101 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="12"/> 98 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="12"/>
102 <color key="textColor" red="0.61568627450980395" green="0.61568627450980395" blue="0.61176470588235299" alpha="1" colorSpace="calibratedRGB"/> 99 <color key="textColor" red="0.61568627450980395" green="0.61568627450980395" blue="0.61176470588235299" alpha="1" colorSpace="calibratedRGB"/>
103 <nil key="highlightedColor"/> 100 <nil key="highlightedColor"/>
...@@ -109,7 +106,7 @@ ...@@ -109,7 +106,7 @@
109 </constraints> 106 </constraints>
110 </stackView> 107 </stackView>
111 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Kdt-I2-GtS"> 108 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Kdt-I2-GtS">
112 - <rect key="frame" x="119" y="59" width="255" height="15"/> 109 + <rect key="frame" x="119" y="58" width="255" height="14"/>
113 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="12"/> 110 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="12"/>
114 <color key="textColor" red="0.61568627450980395" green="0.61568627450980395" blue="0.61176470588235299" alpha="1" colorSpace="calibratedRGB"/> 111 <color key="textColor" red="0.61568627450980395" green="0.61568627450980395" blue="0.61176470588235299" alpha="1" colorSpace="calibratedRGB"/>
115 <nil key="highlightedColor"/> 112 <nil key="highlightedColor"/>
...@@ -260,13 +257,13 @@ ...@@ -260,13 +257,13 @@
260 <nil key="highlightedColor"/> 257 <nil key="highlightedColor"/>
261 </label> 258 </label>
262 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lIv-wc-Oa8"> 259 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lIv-wc-Oa8">
263 - <rect key="frame" x="20" y="35" width="210.5" height="18.5"/> 260 + <rect key="frame" x="20" y="35" width="210.5" height="17.5"/>
264 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="15"/> 261 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="15"/>
265 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 262 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
266 <nil key="highlightedColor"/> 263 <nil key="highlightedColor"/>
267 </label> 264 </label>
268 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bmR-su-WJq"> 265 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bmR-su-WJq">
269 - <rect key="frame" x="20" y="90" width="210.5" height="18.5"/> 266 + <rect key="frame" x="20" y="91" width="210.5" height="17.5"/>
270 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="15"/> 267 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="15"/>
271 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 268 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
272 <nil key="highlightedColor"/> 269 <nil key="highlightedColor"/>
...@@ -1206,17 +1203,17 @@ ...@@ -1206,17 +1203,17 @@
1206 </connections> 1203 </connections>
1207 </tableViewCell> 1204 </tableViewCell>
1208 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="AnalysisHeaderMessageViewCell" id="QEi-yz-oxe" customClass="AnalysisHeaderMessageViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target"> 1205 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="AnalysisHeaderMessageViewCell" id="QEi-yz-oxe" customClass="AnalysisHeaderMessageViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target">
1209 - <rect key="frame" x="0.0" y="299" width="414" height="305.5"/> 1206 + <rect key="frame" x="0.0" y="299" width="414" height="303.5"/>
1210 <autoresizingMask key="autoresizingMask"/> 1207 <autoresizingMask key="autoresizingMask"/>
1211 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="QEi-yz-oxe" id="ioY-rQ-Gkc"> 1208 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="QEi-yz-oxe" id="ioY-rQ-Gkc">
1212 - <rect key="frame" x="0.0" y="0.0" width="414" height="305.5"/> 1209 + <rect key="frame" x="0.0" y="0.0" width="414" height="303.5"/>
1213 <autoresizingMask key="autoresizingMask"/> 1210 <autoresizingMask key="autoresizingMask"/>
1214 <subviews> 1211 <subviews>
1215 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eDd-bE-Vn4"> 1212 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eDd-bE-Vn4">
1216 - <rect key="frame" x="10" y="155" width="394" height="92"/> 1213 + <rect key="frame" x="10" y="155" width="394" height="90"/>
1217 <subviews> 1214 <subviews>
1218 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Μέχρι τώρα έχεις κερδίσει 20,00€ σε προσφορές από 3 κουπόνια!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pCs-3v-td9"> 1215 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Μέχρι τώρα έχεις κερδίσει 20,00€ σε προσφορές από 3 κουπόνια!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pCs-3v-td9">
1219 - <rect key="frame" x="40" y="25" width="314" height="42"/> 1216 + <rect key="frame" x="40" y="25" width="314" height="40"/>
1220 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 1217 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
1221 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="17"/> 1218 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="17"/>
1222 <nil key="textColor"/> 1219 <nil key="textColor"/>
...@@ -1248,7 +1245,7 @@ ...@@ -1248,7 +1245,7 @@
1248 <nil key="highlightedColor"/> 1245 <nil key="highlightedColor"/>
1249 </label> 1246 </label>
1250 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Δεν έχεις εξαργυρώσει ακόμη κουπόνια" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tAl-tt-29c"> 1247 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Δεν έχεις εξαργυρώσει ακόμη κουπόνια" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tAl-tt-29c">
1251 - <rect key="frame" x="20" y="277" width="374" height="18.5"/> 1248 + <rect key="frame" x="20" y="274.99999999999994" width="374" height="18.500000000000057"/>
1252 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 1249 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
1253 <constraints> 1250 <constraints>
1254 <constraint firstAttribute="height" constant="18.5" id="LGx-EG-LQm"/> 1251 <constraint firstAttribute="height" constant="18.5" id="LGx-EG-LQm"/>
...@@ -1291,17 +1288,17 @@ ...@@ -1291,17 +1288,17 @@
1291 </connections> 1288 </connections>
1292 </tableViewCell> 1289 </tableViewCell>
1293 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" indentationWidth="10" reuseIdentifier="AnalysisItemViewCell" id="1QI-wl-och" customClass="AnalysisItemViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target"> 1290 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" indentationWidth="10" reuseIdentifier="AnalysisItemViewCell" id="1QI-wl-och" customClass="AnalysisItemViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target">
1294 - <rect key="frame" x="0.0" y="604.5" width="414" height="94.5"/> 1291 + <rect key="frame" x="0.0" y="602.5" width="414" height="92.5"/>
1295 <autoresizingMask key="autoresizingMask"/> 1292 <autoresizingMask key="autoresizingMask"/>
1296 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="1QI-wl-och" id="8cF-3w-K35"> 1293 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="1QI-wl-och" id="8cF-3w-K35">
1297 - <rect key="frame" x="0.0" y="0.0" width="414" height="94.5"/> 1294 + <rect key="frame" x="0.0" y="0.0" width="414" height="92.5"/>
1298 <autoresizingMask key="autoresizingMask"/> 1295 <autoresizingMask key="autoresizingMask"/>
1299 <subviews> 1296 <subviews>
1300 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vGa-dC-LEh" userLabel="Border View"> 1297 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vGa-dC-LEh" userLabel="Border View">
1301 - <rect key="frame" x="10" y="0.0" width="394" height="94.5"/> 1298 + <rect key="frame" x="10" y="0.0" width="394" height="92.5"/>
1302 <subviews> 1299 <subviews>
1303 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="UNS-g9-hv1" userLabel="Inner View"> 1300 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="UNS-g9-hv1" userLabel="Inner View">
1304 - <rect key="frame" x="1" y="0.0" width="392" height="94.5"/> 1301 + <rect key="frame" x="1" y="0.0" width="392" height="92.5"/>
1305 <subviews> 1302 <subviews>
1306 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="05/05/2022" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fTm-5M-hIw" userLabel="Date"> 1303 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="05/05/2022" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fTm-5M-hIw" userLabel="Date">
1307 <rect key="frame" x="20" y="25" width="352" height="16"/> 1304 <rect key="frame" x="20" y="25" width="352" height="16"/>
...@@ -1313,29 +1310,29 @@ ...@@ -1313,29 +1310,29 @@
1313 <nil key="highlightedColor"/> 1310 <nil key="highlightedColor"/>
1314 </label> 1311 </label>
1315 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="VO6-s8-Izh"> 1312 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="VO6-s8-Izh">
1316 - <rect key="frame" x="20" y="51" width="352" height="43.5"/> 1313 + <rect key="frame" x="20" y="51" width="352" height="41.5"/>
1317 <subviews> 1314 <subviews>
1318 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="0VZ-nT-qq8"> 1315 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="0VZ-nT-qq8">
1319 - <rect key="frame" x="0.0" y="8" width="28" height="28"/> 1316 + <rect key="frame" x="0.0" y="7" width="28" height="28"/>
1320 <constraints> 1317 <constraints>
1321 <constraint firstAttribute="height" constant="28" id="hXy-CH-geH"/> 1318 <constraint firstAttribute="height" constant="28" id="hXy-CH-geH"/>
1322 <constraint firstAttribute="width" constant="28" id="zBx-iM-Wrb"/> 1319 <constraint firstAttribute="width" constant="28" id="zBx-iM-Wrb"/>
1323 </constraints> 1320 </constraints>
1324 </imageView> 1321 </imageView>
1325 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="248" verticalHuggingPriority="251" text="BOX" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Tb7-JM-oFV" userLabel="Title"> 1322 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="248" verticalHuggingPriority="251" text="BOX" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Tb7-JM-oFV" userLabel="Title">
1326 - <rect key="frame" x="38" y="0.0" width="251.5" height="21"/> 1323 + <rect key="frame" x="38" y="0.0" width="261" height="20"/>
1327 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="17"/> 1324 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="17"/>
1328 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/> 1325 <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.12941176469999999" alpha="1" colorSpace="calibratedRGB"/>
1329 <nil key="highlightedColor"/> 1326 <nil key="highlightedColor"/>
1330 </label> 1327 </label>
1331 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="248" verticalHuggingPriority="251" text="Έκπτωτικό κουπόνι" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GY5-9C-gEy" userLabel="Subtitle"> 1328 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="248" verticalHuggingPriority="251" text="Έκπτωτικό κουπόνι" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GY5-9C-gEy" userLabel="Subtitle">
1332 - <rect key="frame" x="38" y="26" width="251.5" height="17.5"/> 1329 + <rect key="frame" x="38" y="25" width="261" height="16.5"/>
1333 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/> 1330 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/>
1334 <color key="textColor" red="0.61568627450000002" green="0.61568627450000002" blue="0.61176470589999998" alpha="1" colorSpace="calibratedRGB"/> 1331 <color key="textColor" red="0.61568627450000002" green="0.61568627450000002" blue="0.61176470589999998" alpha="1" colorSpace="calibratedRGB"/>
1335 <nil key="highlightedColor"/> 1332 <nil key="highlightedColor"/>
1336 </label> 1333 </label>
1337 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="751" text="4,00€" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gkJ-YA-1ia" userLabel="Price"> 1334 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="751" text="4,00€" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gkJ-YA-1ia" userLabel="Price">
1338 - <rect key="frame" x="299.5" y="12" width="52.5" height="20"/> 1335 + <rect key="frame" x="309" y="11" width="43" height="20"/>
1339 <constraints> 1336 <constraints>
1340 <constraint firstAttribute="height" constant="20" id="OXk-1Q-MIr"/> 1337 <constraint firstAttribute="height" constant="20" id="OXk-1Q-MIr"/>
1341 </constraints> 1338 </constraints>
...@@ -2119,23 +2116,23 @@ ...@@ -2119,23 +2116,23 @@
2119 </connections> 2116 </connections>
2120 </tableViewCell> 2117 </tableViewCell>
2121 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletBadgesTableViewCellId" id="TeS-tP-Ilh" customClass="WalletBadgesTableViewCell" customModule="SwiftWarplyFramework"> 2118 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletBadgesTableViewCellId" id="TeS-tP-Ilh" customClass="WalletBadgesTableViewCell" customModule="SwiftWarplyFramework">
2122 - <rect key="frame" x="0.0" y="947.5" width="414" height="44"/> 2119 + <rect key="frame" x="0.0" y="947.5" width="414" height="260"/>
2123 <autoresizingMask key="autoresizingMask"/> 2120 <autoresizingMask key="autoresizingMask"/>
2124 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="TeS-tP-Ilh" id="FFV-uA-HHA"> 2121 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="TeS-tP-Ilh" id="FFV-uA-HHA">
2125 - <rect key="frame" x="0.0" y="0.0" width="414" height="44"/> 2122 + <rect key="frame" x="0.0" y="0.0" width="414" height="260"/>
2126 <autoresizingMask key="autoresizingMask"/> 2123 <autoresizingMask key="autoresizingMask"/>
2127 <subviews> 2124 <subviews>
2128 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="AV7-t1-eK0"> 2125 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="AV7-t1-eK0">
2129 - <rect key="frame" x="0.0" y="0.0" width="414" height="44"/> 2126 + <rect key="frame" x="0.0" y="0.0" width="414" height="260"/>
2130 <subviews> 2127 <subviews>
2131 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="COSMOTE Επιβράβευση" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Z0E-V6-vKD"> 2128 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="COSMOTE Επιβράβευση" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Z0E-V6-vKD">
2132 - <rect key="frame" x="20" y="30" width="374" height="0.0"/> 2129 + <rect key="frame" x="20" y="30" width="374" height="21"/>
2133 <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="21"/> 2130 <fontDescription key="fontDescription" name="PFSquareSansPro-Medium" family="PF Square Sans Pro" pointSize="21"/>
2134 <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 2131 <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2135 <nil key="highlightedColor"/> 2132 <nil key="highlightedColor"/>
2136 </label> 2133 </label>
2137 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kge-nO-6ZA" userLabel="BadgesView"> 2134 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kge-nO-6ZA" userLabel="BadgesView">
2138 - <rect key="frame" x="0.0" y="44" width="414" height="0.0"/> 2135 + <rect key="frame" x="0.0" y="65" width="414" height="195"/>
2139 <subviews> 2136 <subviews>
2140 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_badge_lines" translatesAutoresizingMaskIntoConstraints="NO" id="Cib-tj-hT7"> 2137 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_badge_lines" translatesAutoresizingMaskIntoConstraints="NO" id="Cib-tj-hT7">
2141 <rect key="frame" x="7" y="50" width="400" height="80"/> 2138 <rect key="frame" x="7" y="50" width="400" height="80"/>
...@@ -2213,19 +2210,19 @@ ...@@ -2213,19 +2210,19 @@
2213 </constraints> 2210 </constraints>
2214 </view> 2211 </view>
2215 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Qge-34-vJ3"> 2212 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Qge-34-vJ3">
2216 - <rect key="frame" x="169.5" y="120" width="75" height="73"/> 2213 + <rect key="frame" x="169.5" y="120" width="75" height="75"/>
2217 <subviews> 2214 <subviews>
2218 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_dfy_earn" translatesAutoresizingMaskIntoConstraints="NO" id="gGn-2u-akB"> 2215 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="wallet_dfy_earn" translatesAutoresizingMaskIntoConstraints="NO" id="gGn-2u-akB">
2219 - <rect key="frame" x="0.0" y="0.0" width="75" height="73"/> 2216 + <rect key="frame" x="0.0" y="0.0" width="75" height="75"/>
2220 </imageView> 2217 </imageView>
2221 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8JV-5a-Jar"> 2218 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0,00€" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8JV-5a-Jar">
2222 - <rect key="frame" x="5" y="44" width="65" height="11"/> 2219 + <rect key="frame" x="5" y="46" width="65" height="11"/>
2223 <fontDescription key="fontDescription" name="PFSquareSansPro-ExtraBlack" family="PF Square Sans Pro" pointSize="11"/> 2220 <fontDescription key="fontDescription" name="PFSquareSansPro-ExtraBlack" family="PF Square Sans Pro" pointSize="11"/>
2224 <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="calibratedRGB"/> 2221 <color key="textColor" red="0.25490196079999999" green="0.33333333329999998" blue="0.3921568627" alpha="1" colorSpace="calibratedRGB"/>
2225 <nil key="highlightedColor"/> 2222 <nil key="highlightedColor"/>
2226 </label> 2223 </label>
2227 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6UC-iU-ey4"> 2224 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6UC-iU-ey4">
2228 - <rect key="frame" x="0.0" y="0.0" width="75" height="73"/> 2225 + <rect key="frame" x="0.0" y="0.0" width="75" height="75"/>
2229 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 2226 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2230 <state key="normal" title="Button"/> 2227 <state key="normal" title="Button"/>
2231 <buttonConfiguration key="configuration" style="plain" title="Button"> 2228 <buttonConfiguration key="configuration" style="plain" title="Button">
...@@ -2345,6 +2342,15 @@ ...@@ -2345,6 +2342,15 @@
2345 <outlet property="sumBadgeLabel" destination="AHT-NP-UcH" id="IkV-FF-GLB"/> 2342 <outlet property="sumBadgeLabel" destination="AHT-NP-UcH" id="IkV-FF-GLB"/>
2346 </connections> 2343 </connections>
2347 </tableViewCell> 2344 </tableViewCell>
2345 + <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="WalletBannersTableViewCell" id="fgI-zL-RPZ" customClass="WalletBannersTableViewCell" customModule="SwiftWarplyFramework">
2346 + <rect key="frame" x="0.0" y="1207.5" width="414" height="44"/>
2347 + <autoresizingMask key="autoresizingMask"/>
2348 + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="fgI-zL-RPZ" id="gNB-PU-R1J">
2349 + <rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
2350 + <autoresizingMask key="autoresizingMask"/>
2351 + </tableViewCellContentView>
2352 + <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2353 + </tableViewCell>
2348 </prototypes> 2354 </prototypes>
2349 <connections> 2355 <connections>
2350 <outlet property="dataSource" destination="pKQ-52-a1r" id="AvY-tV-KMr"/> 2356 <outlet property="dataSource" destination="pKQ-52-a1r" id="AvY-tV-KMr"/>
...@@ -2430,20 +2436,20 @@ ...@@ -2430,20 +2436,20 @@
2430 <color key="sectionIndexBackgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 2436 <color key="sectionIndexBackgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2431 <prototypes> 2437 <prototypes>
2432 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="InboxTableViewCellId" id="5x6-NG-BBQ" customClass="InboxTableViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target"> 2438 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="InboxTableViewCellId" id="5x6-NG-BBQ" customClass="InboxTableViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target">
2433 - <rect key="frame" x="0.0" y="50" width="414" height="78.5"/> 2439 + <rect key="frame" x="0.0" y="50" width="414" height="77.5"/>
2434 <autoresizingMask key="autoresizingMask"/> 2440 <autoresizingMask key="autoresizingMask"/>
2435 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="5x6-NG-BBQ" id="7Ha-bG-aYy"> 2441 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="5x6-NG-BBQ" id="7Ha-bG-aYy">
2436 - <rect key="frame" x="0.0" y="0.0" width="414" height="78.5"/> 2442 + <rect key="frame" x="0.0" y="0.0" width="414" height="77.5"/>
2437 <autoresizingMask key="autoresizingMask"/> 2443 <autoresizingMask key="autoresizingMask"/>
2438 <subviews> 2444 <subviews>
2439 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Dwe-Hj-Zch"> 2445 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Dwe-Hj-Zch">
2440 - <rect key="frame" x="20" y="0.0" width="374" height="78.5"/> 2446 + <rect key="frame" x="20" y="0.0" width="374" height="77.5"/>
2441 <subviews> 2447 <subviews>
2442 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="jxX-dy-R3y"> 2448 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="jxX-dy-R3y">
2443 - <rect key="frame" x="0.0" y="0.0" width="205.5" height="78.5"/> 2449 + <rect key="frame" x="0.0" y="0.0" width="205.5" height="77.5"/>
2444 </imageView> 2450 </imageView>
2445 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DIv-Ip-CVk"> 2451 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DIv-Ip-CVk">
2446 - <rect key="frame" x="215.5" y="30" width="148.5" height="18.5"/> 2452 + <rect key="frame" x="215.5" y="30" width="148.5" height="17.5"/>
2447 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="15"/> 2453 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="15"/>
2448 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 2454 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
2449 <nil key="highlightedColor"/> 2455 <nil key="highlightedColor"/>
...@@ -3327,19 +3333,19 @@ ...@@ -3327,19 +3333,19 @@
3327 </constraints> 3333 </constraints>
3328 </imageView> 3334 </imageView>
3329 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Πάρε δωρεάν μηνιαία πακέτα με πάνες στα supermarket Σκλαβενίτης!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Xz4-EE-EzJ"> 3335 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Πάρε δωρεάν μηνιαία πακέτα με πάνες στα supermarket Σκλαβενίτης!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Xz4-EE-EzJ">
3330 - <rect key="frame" x="20" y="230" width="374" height="39.5"/> 3336 + <rect key="frame" x="20" y="230" width="374" height="40"/>
3331 <fontDescription key="fontDescription" name="BTCosmo-Bold" family="BTCosmo" pointSize="17"/> 3337 <fontDescription key="fontDescription" name="BTCosmo-Bold" family="BTCosmo" pointSize="17"/>
3332 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 3338 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
3333 <nil key="highlightedColor"/> 3339 <nil key="highlightedColor"/>
3334 </label> 3340 </label>
3335 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Χρησιμοποίησε τον παρακάτω κωδικό και πάρε δωρεάν πακέτο πάνες Pampers αποκλειστικά στα Supermarket Σκλαβενίτης" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mri-Wl-spg"> 3341 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Χρησιμοποίησε τον παρακάτω κωδικό και πάρε δωρεάν πακέτο πάνες Pampers αποκλειστικά στα Supermarket Σκλαβενίτης" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mri-Wl-spg">
3336 - <rect key="frame" x="20" y="284.5" width="374" height="59.5"/> 3342 + <rect key="frame" x="20" y="285" width="374" height="56"/>
3337 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="16"/> 3343 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="16"/>
3338 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 3344 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
3339 <nil key="highlightedColor"/> 3345 <nil key="highlightedColor"/>
3340 </label> 3346 </label>
3341 <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tzW-b9-Rbx" customClass="UnselectableTappableTextView" customModule="SwiftWarplyFramework"> 3347 <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tzW-b9-Rbx" customClass="UnselectableTappableTextView" customModule="SwiftWarplyFramework">
3342 - <rect key="frame" x="20" y="354" width="374" height="0.0"/> 3348 + <rect key="frame" x="20" y="351" width="374" height="0.0"/>
3343 <color key="backgroundColor" systemColor="systemBackgroundColor"/> 3349 <color key="backgroundColor" systemColor="systemBackgroundColor"/>
3344 <constraints> 3350 <constraints>
3345 <constraint firstAttribute="height" id="7ch-2U-9oE"/> 3351 <constraint firstAttribute="height" id="7ch-2U-9oE"/>
...@@ -3349,16 +3355,16 @@ ...@@ -3349,16 +3355,16 @@
3349 <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> 3355 <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
3350 </textView> 3356 </textView>
3351 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Κωδικός Κουπονιού" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Sg1-QU-FY1"> 3357 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Κωδικός Κουπονιού" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Sg1-QU-FY1">
3352 - <rect key="frame" x="20" y="389" width="374" height="21"/> 3358 + <rect key="frame" x="20" y="386" width="374" height="20"/>
3353 <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="17"/> 3359 <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="17"/>
3354 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 3360 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
3355 <nil key="highlightedColor"/> 3361 <nil key="highlightedColor"/>
3356 </label> 3362 </label>
3357 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Zdf-1r-FdJ" userLabel="Coupon View"> 3363 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Zdf-1r-FdJ" userLabel="Coupon View">
3358 - <rect key="frame" x="155.5" y="420" width="103" height="55"/> 3364 + <rect key="frame" x="157.5" y="416" width="99" height="55"/>
3359 <subviews> 3365 <subviews>
3360 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BJS-kk-CBZ" customClass="CopyableLabel" customModule="SwiftWarplyFramework" customModuleProvider="target"> 3366 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BJS-kk-CBZ" customClass="CopyableLabel" customModule="SwiftWarplyFramework" customModuleProvider="target">
3361 - <rect key="frame" x="20" y="12.5" width="63" height="30"/> 3367 + <rect key="frame" x="20" y="13.5" width="59" height="28"/>
3362 <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="24"/> 3368 <fontDescription key="fontDescription" name="PeridotPE-Bold" family="Peridot PE" pointSize="24"/>
3363 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 3369 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
3364 <nil key="highlightedColor"/> 3370 <nil key="highlightedColor"/>
...@@ -3373,20 +3379,20 @@ ...@@ -3373,20 +3379,20 @@
3373 </constraints> 3379 </constraints>
3374 </view> 3380 </view>
3375 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jrM-7n-fSw" userLabel="Border View"> 3381 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jrM-7n-fSw" userLabel="Border View">
3376 - <rect key="frame" x="20" y="495" width="374" height="1"/> 3382 + <rect key="frame" x="20" y="491" width="374" height="1"/>
3377 <color key="backgroundColor" red="0.90196078431372551" green="0.90196078431372551" blue="0.90196078431372551" alpha="1" colorSpace="calibratedRGB"/> 3383 <color key="backgroundColor" red="0.90196078431372551" green="0.90196078431372551" blue="0.90196078431372551" alpha="1" colorSpace="calibratedRGB"/>
3378 <constraints> 3384 <constraints>
3379 <constraint firstAttribute="height" constant="1" id="eF3-7T-hMu"/> 3385 <constraint firstAttribute="height" constant="1" id="eF3-7T-hMu"/>
3380 </constraints> 3386 </constraints>
3381 </view> 3387 </view>
3382 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="huh-zh-82C"> 3388 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="huh-zh-82C">
3383 - <rect key="frame" x="30" y="506" width="354" height="110"/> 3389 + <rect key="frame" x="30" y="502" width="354" height="110"/>
3384 <constraints> 3390 <constraints>
3385 <constraint firstAttribute="height" constant="110" id="LJq-uV-eb8"/> 3391 <constraint firstAttribute="height" constant="110" id="LJq-uV-eb8"/>
3386 </constraints> 3392 </constraints>
3387 </imageView> 3393 </imageView>
3388 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="123456789101112" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EKv-Mx-6Yv"> 3394 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="123456789101112" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EKv-Mx-6Yv">
3389 - <rect key="frame" x="20" y="626" width="374" height="26.5"/> 3395 + <rect key="frame" x="20" y="622" width="374" height="26.5"/>
3390 <constraints> 3396 <constraints>
3391 <constraint firstAttribute="height" constant="26.5" id="LfJ-bC-nLk"/> 3397 <constraint firstAttribute="height" constant="26.5" id="LfJ-bC-nLk"/>
3392 </constraints> 3398 </constraints>
...@@ -3395,14 +3401,14 @@ ...@@ -3395,14 +3401,14 @@
3395 <nil key="highlightedColor"/> 3401 <nil key="highlightedColor"/>
3396 </label> 3402 </label>
3397 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6rV-2m-QMZ" userLabel="Border 2 View"> 3403 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6rV-2m-QMZ" userLabel="Border 2 View">
3398 - <rect key="frame" x="20" y="667.5" width="374" height="1"/> 3404 + <rect key="frame" x="20" y="663.5" width="374" height="1"/>
3399 <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/> 3405 <color key="backgroundColor" red="0.90196078430000004" green="0.90196078430000004" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/>
3400 <constraints> 3406 <constraints>
3401 <constraint firstAttribute="height" constant="1" id="DVl-3B-zqo"/> 3407 <constraint firstAttribute="height" constant="1" id="DVl-3B-zqo"/>
3402 </constraints> 3408 </constraints>
3403 </view> 3409 </view>
3404 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Zw5-Wj-WD5"> 3410 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Zw5-Wj-WD5">
3405 - <rect key="frame" x="103.5" y="678.5" width="207" height="50"/> 3411 + <rect key="frame" x="103.5" y="674.5" width="207" height="50"/>
3406 <constraints> 3412 <constraints>
3407 <constraint firstAttribute="height" constant="50" id="ZSP-NX-0a7"/> 3413 <constraint firstAttribute="height" constant="50" id="ZSP-NX-0a7"/>
3408 </constraints> 3414 </constraints>
...@@ -3417,13 +3423,13 @@ ...@@ -3417,13 +3423,13 @@
3417 </connections> 3423 </connections>
3418 </button> 3424 </button>
3419 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Το κουπόνι ισχύει έως 05/12/2022" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UhC-Lj-tfN"> 3425 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Το κουπόνι ισχύει έως 05/12/2022" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UhC-Lj-tfN">
3420 - <rect key="frame" x="20" y="758.5" width="374" height="16"/> 3426 + <rect key="frame" x="20" y="754.5" width="374" height="15.5"/>
3421 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="13"/> 3427 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="13"/>
3422 <color key="textColor" red="0.61568627450980395" green="0.61568627450980395" blue="0.61176470588235299" alpha="1" colorSpace="calibratedRGB"/> 3428 <color key="textColor" red="0.61568627450980395" green="0.61568627450980395" blue="0.61176470588235299" alpha="1" colorSpace="calibratedRGB"/>
3423 <nil key="highlightedColor"/> 3429 <nil key="highlightedColor"/>
3424 </label> 3430 </label>
3425 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8cR-Rc-YMJ"> 3431 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8cR-Rc-YMJ">
3426 - <rect key="frame" x="167.5" y="794.5" width="79" height="55"/> 3432 + <rect key="frame" x="170.5" y="790" width="73" height="55"/>
3427 <constraints> 3433 <constraints>
3428 <constraint firstAttribute="height" constant="55" id="ccg-NP-FIH"/> 3434 <constraint firstAttribute="height" constant="55" id="ccg-NP-FIH"/>
3429 </constraints> 3435 </constraints>
...@@ -3437,7 +3443,7 @@ ...@@ -3437,7 +3443,7 @@
3437 </connections> 3443 </connections>
3438 </button> 3444 </button>
3439 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="W5f-1T-iW6"> 3445 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="W5f-1T-iW6">
3440 - <rect key="frame" x="128" y="859.5" width="158" height="55"/> 3446 + <rect key="frame" x="133.5" y="855" width="147" height="55"/>
3441 <constraints> 3447 <constraints>
3442 <constraint firstAttribute="height" constant="55" id="3pq-y5-f66"/> 3448 <constraint firstAttribute="height" constant="55" id="3pq-y5-f66"/>
3443 </constraints> 3449 </constraints>
...@@ -3451,7 +3457,7 @@ ...@@ -3451,7 +3457,7 @@
3451 </connections> 3457 </connections>
3452 </button> 3458 </button>
3453 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8UD-WL-JB7"> 3459 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8UD-WL-JB7">
3454 - <rect key="frame" x="103.5" y="934.5" width="207" height="50"/> 3460 + <rect key="frame" x="103.5" y="930" width="207" height="50"/>
3455 <constraints> 3461 <constraints>
3456 <constraint firstAttribute="height" constant="50" id="xdq-YS-AL4"/> 3462 <constraint firstAttribute="height" constant="50" id="xdq-YS-AL4"/>
3457 </constraints> 3463 </constraints>
...@@ -3466,7 +3472,7 @@ ...@@ -3466,7 +3472,7 @@
3466 </connections> 3472 </connections>
3467 </button> 3473 </button>
3468 <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xjX-HZ-MpD" customClass="UnselectableTappableTextView" customModule="SwiftWarplyFramework"> 3474 <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xjX-HZ-MpD" customClass="UnselectableTappableTextView" customModule="SwiftWarplyFramework">
3469 - <rect key="frame" x="20" y="994.5" width="374" height="0.0"/> 3475 + <rect key="frame" x="20" y="990" width="374" height="0.0"/>
3470 <color key="backgroundColor" systemColor="systemBackgroundColor"/> 3476 <color key="backgroundColor" systemColor="systemBackgroundColor"/>
3471 <constraints> 3477 <constraints>
3472 <constraint firstAttribute="height" id="3GU-tg-S3t"/> 3478 <constraint firstAttribute="height" id="3GU-tg-S3t"/>
...@@ -3646,42 +3652,42 @@ ...@@ -3646,42 +3652,42 @@
3646 </constraints> 3652 </constraints>
3647 </imageView> 3653 </imageView>
3648 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Πάρε δωρεάν μηνιαία πακέτα με πάνες στα supermarket Σκλαβενίτης!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="a9N-Ea-LNm"> 3654 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Πάρε δωρεάν μηνιαία πακέτα με πάνες στα supermarket Σκλαβενίτης!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="a9N-Ea-LNm">
3649 - <rect key="frame" x="20" y="220" width="374" height="39.5"/> 3655 + <rect key="frame" x="20" y="220" width="374" height="40"/>
3650 <fontDescription key="fontDescription" name="BTCosmo-Bold" family="BTCosmo" pointSize="17"/> 3656 <fontDescription key="fontDescription" name="BTCosmo-Bold" family="BTCosmo" pointSize="17"/>
3651 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 3657 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
3652 <nil key="highlightedColor"/> 3658 <nil key="highlightedColor"/>
3653 </label> 3659 </label>
3654 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Χρησιμοποίησε τον παρακάτω κωδικό και πάρε δωρεάν πακέτο πάνες Pampers αποκλειστικά στα Supermarket Σκλαβενίτης" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EV0-Fh-Tdo"> 3660 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Χρησιμοποίησε τον παρακάτω κωδικό και πάρε δωρεάν πακέτο πάνες Pampers αποκλειστικά στα Supermarket Σκλαβενίτης" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EV0-Fh-Tdo">
3655 - <rect key="frame" x="20" y="274.5" width="374" height="59.5"/> 3661 + <rect key="frame" x="20" y="275" width="374" height="56"/>
3656 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="16"/> 3662 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="16"/>
3657 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 3663 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
3658 <nil key="highlightedColor"/> 3664 <nil key="highlightedColor"/>
3659 </label> 3665 </label>
3660 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="flv-Ik-YC2" userLabel="Sender View"> 3666 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="flv-Ik-YC2" userLabel="Sender View">
3661 - <rect key="frame" x="20" y="384" width="374" height="50"/> 3667 + <rect key="frame" x="20" y="381" width="374" height="49"/>
3662 <subviews> 3668 <subviews>
3663 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Αποστολέας" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GX7-IF-Gdd"> 3669 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Αποστολέας" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GX7-IF-Gdd">
3664 - <rect key="frame" x="10" y="15" width="334" height="20"/> 3670 + <rect key="frame" x="10" y="15" width="334" height="18.999999999999993"/>
3665 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="16"/> 3671 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="16"/>
3666 <color key="textColor" red="0.51764705882352935" green="0.51764705882352935" blue="0.51764705882352935" alpha="1" colorSpace="calibratedRGB"/> 3672 <color key="textColor" red="0.51764705882352935" green="0.51764705882352935" blue="0.51764705882352935" alpha="1" colorSpace="calibratedRGB"/>
3667 <nil key="highlightedColor"/> 3673 <nil key="highlightedColor"/>
3668 </label> 3674 </label>
3669 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_down_dark" translatesAutoresizingMaskIntoConstraints="NO" id="Ul8-d9-FfM"> 3675 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_down_dark" translatesAutoresizingMaskIntoConstraints="NO" id="Ul8-d9-FfM">
3670 - <rect key="frame" x="354" y="17.5" width="15" height="15"/> 3676 + <rect key="frame" x="354" y="17" width="15" height="15"/>
3671 <constraints> 3677 <constraints>
3672 <constraint firstAttribute="height" constant="15" id="7Cv-XL-7ld"/> 3678 <constraint firstAttribute="height" constant="15" id="7Cv-XL-7ld"/>
3673 <constraint firstAttribute="width" constant="15" id="bga-Xk-Jqu"/> 3679 <constraint firstAttribute="width" constant="15" id="bga-Xk-Jqu"/>
3674 </constraints> 3680 </constraints>
3675 </imageView> 3681 </imageView>
3676 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="uwc-Al-475" userLabel="Border View"> 3682 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="uwc-Al-475" userLabel="Border View">
3677 - <rect key="frame" x="0.0" y="49" width="374" height="1"/> 3683 + <rect key="frame" x="0.0" y="48" width="374" height="1"/>
3678 <color key="backgroundColor" red="0.4392156862745098" green="0.4392156862745098" blue="0.4392156862745098" alpha="1" colorSpace="calibratedRGB"/> 3684 <color key="backgroundColor" red="0.4392156862745098" green="0.4392156862745098" blue="0.4392156862745098" alpha="1" colorSpace="calibratedRGB"/>
3679 <constraints> 3685 <constraints>
3680 <constraint firstAttribute="height" constant="1" id="AIa-Cf-WAf"/> 3686 <constraint firstAttribute="height" constant="1" id="AIa-Cf-WAf"/>
3681 </constraints> 3687 </constraints>
3682 </view> 3688 </view>
3683 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YD8-9K-Fp9"> 3689 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YD8-9K-Fp9">
3684 - <rect key="frame" x="0.0" y="0.0" width="374" height="50"/> 3690 + <rect key="frame" x="0.0" y="0.0" width="374" height="49"/>
3685 <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> 3691 <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
3686 </button> 3692 </button>
3687 </subviews> 3693 </subviews>
...@@ -3703,7 +3709,7 @@ ...@@ -3703,7 +3709,7 @@
3703 </constraints> 3709 </constraints>
3704 </view> 3710 </view>
3705 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Bsb-ps-GWu"> 3711 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Bsb-ps-GWu">
3706 - <rect key="frame" x="165" y="596.5" width="84" height="55"/> 3712 + <rect key="frame" x="161" y="591.5" width="92" height="55"/>
3707 <constraints> 3713 <constraints>
3708 <constraint firstAttribute="height" constant="55" id="ge6-VF-hRu"/> 3714 <constraint firstAttribute="height" constant="55" id="ge6-VF-hRu"/>
3709 </constraints> 3715 </constraints>
...@@ -3717,16 +3723,16 @@ ...@@ -3717,16 +3723,16 @@
3717 </connections> 3723 </connections>
3718 </button> 3724 </button>
3719 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="uf8-tj-KCP" userLabel="Number Input View"> 3725 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="uf8-tj-KCP" userLabel="Number Input View">
3720 - <rect key="frame" x="20" y="474" width="374" height="52.5"/> 3726 + <rect key="frame" x="20" y="470" width="374" height="51.5"/>
3721 <subviews> 3727 <subviews>
3722 <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Καταχώρηση τηλεφώνου" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="MYX-E6-emS"> 3728 <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Καταχώρηση τηλεφώνου" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="MYX-E6-emS">
3723 - <rect key="frame" x="10" y="15" width="354" height="21.5"/> 3729 + <rect key="frame" x="10" y="15" width="354" height="20.5"/>
3724 <color key="textColor" red="0.51764705882352935" green="0.51764705882352935" blue="0.51764705882352935" alpha="1" colorSpace="calibratedRGB"/> 3730 <color key="textColor" red="0.51764705882352935" green="0.51764705882352935" blue="0.51764705882352935" alpha="1" colorSpace="calibratedRGB"/>
3725 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="16"/> 3731 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="16"/>
3726 <textInputTraits key="textInputTraits"/> 3732 <textInputTraits key="textInputTraits"/>
3727 </textField> 3733 </textField>
3728 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZfV-Yt-Nsb" userLabel="Border View"> 3734 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZfV-Yt-Nsb" userLabel="Border View">
3729 - <rect key="frame" x="0.0" y="51.5" width="374" height="1"/> 3735 + <rect key="frame" x="0.0" y="50.5" width="374" height="1"/>
3730 <color key="backgroundColor" red="0.4392156862745098" green="0.4392156862745098" blue="0.4392156862745098" alpha="1" colorSpace="calibratedRGB"/> 3736 <color key="backgroundColor" red="0.4392156862745098" green="0.4392156862745098" blue="0.4392156862745098" alpha="1" colorSpace="calibratedRGB"/>
3731 <constraints> 3737 <constraints>
3732 <constraint firstAttribute="height" constant="1" id="XVw-LC-VSt"/> 3738 <constraint firstAttribute="height" constant="1" id="XVw-LC-VSt"/>
...@@ -4013,13 +4019,13 @@ ...@@ -4013,13 +4019,13 @@
4013 </constraints> 4019 </constraints>
4014 </imageView> 4020 </imageView>
4015 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Πάρε δωρεάν μηνιαία πακέτα με πάνες στα supermarket Σκλαβενίτης!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="isU-Qv-94G"> 4021 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Πάρε δωρεάν μηνιαία πακέτα με πάνες στα supermarket Σκλαβενίτης!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="isU-Qv-94G">
4016 - <rect key="frame" x="20" y="230" width="374" height="39.5"/> 4022 + <rect key="frame" x="20" y="230" width="374" height="40"/>
4017 <fontDescription key="fontDescription" name="BTCosmo-Bold" family="BTCosmo" pointSize="17"/> 4023 <fontDescription key="fontDescription" name="BTCosmo-Bold" family="BTCosmo" pointSize="17"/>
4018 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 4024 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
4019 <nil key="highlightedColor"/> 4025 <nil key="highlightedColor"/>
4020 </label> 4026 </label>
4021 <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2YG-ey-cyw" customClass="UnselectableTappableTextView" customModule="SwiftWarplyFramework"> 4027 <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2YG-ey-cyw" customClass="UnselectableTappableTextView" customModule="SwiftWarplyFramework">
4022 - <rect key="frame" x="20" y="284.5" width="374" height="0.0"/> 4028 + <rect key="frame" x="20" y="285" width="374" height="0.0"/>
4023 <color key="backgroundColor" systemColor="systemBackgroundColor"/> 4029 <color key="backgroundColor" systemColor="systemBackgroundColor"/>
4024 <constraints> 4030 <constraints>
4025 <constraint firstAttribute="height" id="GaK-QZ-z7W"/> 4031 <constraint firstAttribute="height" id="GaK-QZ-z7W"/>
...@@ -4029,7 +4035,7 @@ ...@@ -4029,7 +4035,7 @@
4029 <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> 4035 <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
4030 </textView> 4036 </textView>
4031 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FCd-hv-dHg"> 4037 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FCd-hv-dHg">
4032 - <rect key="frame" x="158" y="384.5" width="98" height="55"/> 4038 + <rect key="frame" x="161" y="385" width="92" height="55"/>
4033 <constraints> 4039 <constraints>
4034 <constraint firstAttribute="height" constant="55" id="n2w-Tx-hhO"/> 4040 <constraint firstAttribute="height" constant="55" id="n2w-Tx-hhO"/>
4035 </constraints> 4041 </constraints>
...@@ -4043,7 +4049,7 @@ ...@@ -4043,7 +4049,7 @@
4043 </connections> 4049 </connections>
4044 </button> 4050 </button>
4045 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KvN-fk-rlm"> 4051 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KvN-fk-rlm">
4046 - <rect key="frame" x="103.5" y="459.5" width="207" height="50"/> 4052 + <rect key="frame" x="103.5" y="460" width="207" height="50"/>
4047 <constraints> 4053 <constraints>
4048 <constraint firstAttribute="height" constant="50" id="O7T-ug-rTB"/> 4054 <constraint firstAttribute="height" constant="50" id="O7T-ug-rTB"/>
4049 </constraints> 4055 </constraints>
...@@ -4058,7 +4064,7 @@ ...@@ -4058,7 +4064,7 @@
4058 </connections> 4064 </connections>
4059 </button> 4065 </button>
4060 <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="siA-c8-Ub8" customClass="UnselectableTappableTextView" customModule="SwiftWarplyFramework"> 4066 <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" textAlignment="center" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="siA-c8-Ub8" customClass="UnselectableTappableTextView" customModule="SwiftWarplyFramework">
4061 - <rect key="frame" x="20" y="519.5" width="374" height="0.0"/> 4067 + <rect key="frame" x="20" y="520" width="374" height="0.0"/>
4062 <color key="backgroundColor" systemColor="systemBackgroundColor"/> 4068 <color key="backgroundColor" systemColor="systemBackgroundColor"/>
4063 <constraints> 4069 <constraints>
4064 <constraint firstAttribute="height" id="BWJ-i6-UeO"/> 4070 <constraint firstAttribute="height" id="BWJ-i6-UeO"/>
...@@ -4214,17 +4220,17 @@ ...@@ -4214,17 +4220,17 @@
4214 <color key="sectionIndexBackgroundColor" red="0.94901960784313721" green="0.94901960784313721" blue="0.95294117647058818" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> 4220 <color key="sectionIndexBackgroundColor" red="0.94901960784313721" green="0.94901960784313721" blue="0.95294117647058818" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
4215 <prototypes> 4221 <prototypes>
4216 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" indentationWidth="10" reuseIdentifier="AnalysisItemViewCell" id="mwO-Y9-Whd" customClass="AnalysisItemViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target"> 4222 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" indentationWidth="10" reuseIdentifier="AnalysisItemViewCell" id="mwO-Y9-Whd" customClass="AnalysisItemViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target">
4217 - <rect key="frame" x="0.0" y="55.5" width="414" height="94.5"/> 4223 + <rect key="frame" x="0.0" y="55.5" width="414" height="92.5"/>
4218 <autoresizingMask key="autoresizingMask"/> 4224 <autoresizingMask key="autoresizingMask"/>
4219 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="mwO-Y9-Whd" id="4Lb-Ez-2D5"> 4225 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="mwO-Y9-Whd" id="4Lb-Ez-2D5">
4220 - <rect key="frame" x="0.0" y="0.0" width="414" height="94.5"/> 4226 + <rect key="frame" x="0.0" y="0.0" width="414" height="92.5"/>
4221 <autoresizingMask key="autoresizingMask"/> 4227 <autoresizingMask key="autoresizingMask"/>
4222 <subviews> 4228 <subviews>
4223 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="iZo-vI-ghy" userLabel="Border View"> 4229 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="iZo-vI-ghy" userLabel="Border View">
4224 - <rect key="frame" x="10" y="0.0" width="394" height="94.5"/> 4230 + <rect key="frame" x="10" y="0.0" width="394" height="92.5"/>
4225 <subviews> 4231 <subviews>
4226 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FHL-6G-GnR" userLabel="Inner View"> 4232 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FHL-6G-GnR" userLabel="Inner View">
4227 - <rect key="frame" x="1" y="0.0" width="392" height="94.5"/> 4233 + <rect key="frame" x="1" y="0.0" width="392" height="92.5"/>
4228 <subviews> 4234 <subviews>
4229 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="05/05/2022" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZqN-UN-x9M" userLabel="Date"> 4235 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="05/05/2022" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZqN-UN-x9M" userLabel="Date">
4230 <rect key="frame" x="20" y="25" width="352" height="16"/> 4236 <rect key="frame" x="20" y="25" width="352" height="16"/>
...@@ -4236,29 +4242,29 @@ ...@@ -4236,29 +4242,29 @@
4236 <nil key="highlightedColor"/> 4242 <nil key="highlightedColor"/>
4237 </label> 4243 </label>
4238 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CWb-0c-TXi"> 4244 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CWb-0c-TXi">
4239 - <rect key="frame" x="20" y="51" width="352" height="43.5"/> 4245 + <rect key="frame" x="20" y="51" width="352" height="41.5"/>
4240 <subviews> 4246 <subviews>
4241 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="VHu-ds-i1E"> 4247 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="VHu-ds-i1E">
4242 - <rect key="frame" x="0.0" y="8" width="28" height="28"/> 4248 + <rect key="frame" x="0.0" y="7" width="28" height="28"/>
4243 <constraints> 4249 <constraints>
4244 <constraint firstAttribute="width" constant="28" id="0eN-xR-ec6"/> 4250 <constraint firstAttribute="width" constant="28" id="0eN-xR-ec6"/>
4245 <constraint firstAttribute="height" constant="28" id="OZS-QM-eof"/> 4251 <constraint firstAttribute="height" constant="28" id="OZS-QM-eof"/>
4246 </constraints> 4252 </constraints>
4247 </imageView> 4253 </imageView>
4248 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="248" verticalHuggingPriority="251" text="BOX" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9Ag-Sp-uXt" userLabel="Title"> 4254 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="248" verticalHuggingPriority="251" text="BOX" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9Ag-Sp-uXt" userLabel="Title">
4249 - <rect key="frame" x="38" y="0.0" width="251.5" height="21"/> 4255 + <rect key="frame" x="38" y="0.0" width="261" height="20"/>
4250 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="17"/> 4256 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="17"/>
4251 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 4257 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
4252 <nil key="highlightedColor"/> 4258 <nil key="highlightedColor"/>
4253 </label> 4259 </label>
4254 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="248" verticalHuggingPriority="251" text="Έκπτωτικό κουπόνι" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4bA-Ab-3q1" userLabel="Subtitle"> 4260 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="248" verticalHuggingPriority="251" text="Έκπτωτικό κουπόνι" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4bA-Ab-3q1" userLabel="Subtitle">
4255 - <rect key="frame" x="38" y="26" width="251.5" height="17.5"/> 4261 + <rect key="frame" x="38" y="25" width="261" height="16.5"/>
4256 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/> 4262 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="14"/>
4257 <color key="textColor" red="0.61568627450980395" green="0.61568627450980395" blue="0.61176470588235299" alpha="1" colorSpace="calibratedRGB"/> 4263 <color key="textColor" red="0.61568627450980395" green="0.61568627450980395" blue="0.61176470588235299" alpha="1" colorSpace="calibratedRGB"/>
4258 <nil key="highlightedColor"/> 4264 <nil key="highlightedColor"/>
4259 </label> 4265 </label>
4260 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="751" text="4,00€" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZGs-RN-c7E" userLabel="Price"> 4266 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="751" text="4,00€" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZGs-RN-c7E" userLabel="Price">
4261 - <rect key="frame" x="299.5" y="12" width="52.5" height="20"/> 4267 + <rect key="frame" x="309" y="11" width="43" height="20"/>
4262 <constraints> 4268 <constraints>
4263 <constraint firstAttribute="height" constant="20" id="VS4-Dn-eBF"/> 4269 <constraint firstAttribute="height" constant="20" id="VS4-Dn-eBF"/>
4264 </constraints> 4270 </constraints>
...@@ -4326,7 +4332,7 @@ ...@@ -4326,7 +4332,7 @@
4326 </connections> 4332 </connections>
4327 </tableViewCell> 4333 </tableViewCell>
4328 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="AnalysisHeaderViewCell" id="5BS-9F-Hef" customClass="AnalysisHeaderViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target"> 4334 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="AnalysisHeaderViewCell" id="5BS-9F-Hef" customClass="AnalysisHeaderViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target">
4329 - <rect key="frame" x="0.0" y="150" width="414" height="183.5"/> 4335 + <rect key="frame" x="0.0" y="148" width="414" height="183.5"/>
4330 <autoresizingMask key="autoresizingMask"/> 4336 <autoresizingMask key="autoresizingMask"/>
4331 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="5BS-9F-Hef" id="iez-m4-rSa"> 4337 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="5BS-9F-Hef" id="iez-m4-rSa">
4332 <rect key="frame" x="0.0" y="0.0" width="414" height="183.5"/> 4338 <rect key="frame" x="0.0" y="0.0" width="414" height="183.5"/>
...@@ -4369,17 +4375,17 @@ ...@@ -4369,17 +4375,17 @@
4369 </connections> 4375 </connections>
4370 </tableViewCell> 4376 </tableViewCell>
4371 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="AnalysisHeaderMessageViewCell" id="9cE-DQ-oc7" customClass="AnalysisHeaderMessageViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target"> 4377 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="AnalysisHeaderMessageViewCell" id="9cE-DQ-oc7" customClass="AnalysisHeaderMessageViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target">
4372 - <rect key="frame" x="0.0" y="333.5" width="414" height="305.5"/> 4378 + <rect key="frame" x="0.0" y="331.5" width="414" height="303.5"/>
4373 <autoresizingMask key="autoresizingMask"/> 4379 <autoresizingMask key="autoresizingMask"/>
4374 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="9cE-DQ-oc7" id="Kcf-Zv-eMe"> 4380 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="9cE-DQ-oc7" id="Kcf-Zv-eMe">
4375 - <rect key="frame" x="0.0" y="0.0" width="414" height="305.5"/> 4381 + <rect key="frame" x="0.0" y="0.0" width="414" height="303.5"/>
4376 <autoresizingMask key="autoresizingMask"/> 4382 <autoresizingMask key="autoresizingMask"/>
4377 <subviews> 4383 <subviews>
4378 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="UwJ-Vz-4Nt"> 4384 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="UwJ-Vz-4Nt">
4379 - <rect key="frame" x="10" y="155" width="394" height="92"/> 4385 + <rect key="frame" x="10" y="155" width="394" height="90"/>
4380 <subviews> 4386 <subviews>
4381 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Μέχρι τώρα έχεις κερδίσει 20,00€ σε προσφορές από 3 κουπόνια!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Yth-0S-P60"> 4387 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Μέχρι τώρα έχεις κερδίσει 20,00€ σε προσφορές από 3 κουπόνια!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Yth-0S-P60">
4382 - <rect key="frame" x="40" y="25" width="314" height="42"/> 4388 + <rect key="frame" x="40" y="25" width="314" height="40"/>
4383 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 4389 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
4384 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="17"/> 4390 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="17"/>
4385 <nil key="textColor"/> 4391 <nil key="textColor"/>
...@@ -4411,7 +4417,7 @@ ...@@ -4411,7 +4417,7 @@
4411 <nil key="highlightedColor"/> 4417 <nil key="highlightedColor"/>
4412 </label> 4418 </label>
4413 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Δεν έχεις εξαργυρώσει ακόμη κουπόνια" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AYW-hj-qMf"> 4419 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Δεν έχεις εξαργυρώσει ακόμη κουπόνια" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AYW-hj-qMf">
4414 - <rect key="frame" x="20" y="277" width="374" height="18.5"/> 4420 + <rect key="frame" x="20" y="274.99999999999994" width="374" height="18.500000000000057"/>
4415 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> 4421 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
4416 <constraints> 4422 <constraints>
4417 <constraint firstAttribute="height" constant="18.5" id="kYc-mP-Wlt"/> 4423 <constraint firstAttribute="height" constant="18.5" id="kYc-mP-Wlt"/>
...@@ -4454,7 +4460,7 @@ ...@@ -4454,7 +4460,7 @@
4454 </connections> 4460 </connections>
4455 </tableViewCell> 4461 </tableViewCell>
4456 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="AnalysisMoreViewCell" id="taF-BW-P6u" customClass="AnalysisMoreViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target"> 4462 <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="AnalysisMoreViewCell" id="taF-BW-P6u" customClass="AnalysisMoreViewCell" customModule="SwiftWarplyFramework" customModuleProvider="target">
4457 - <rect key="frame" x="0.0" y="639" width="414" height="60"/> 4463 + <rect key="frame" x="0.0" y="635" width="414" height="60"/>
4458 <autoresizingMask key="autoresizingMask"/> 4464 <autoresizingMask key="autoresizingMask"/>
4459 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="taF-BW-P6u" id="qTs-KC-BNN"> 4465 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="taF-BW-P6u" id="qTs-KC-BNN">
4460 <rect key="frame" x="0.0" y="0.0" width="414" height="60"/> 4466 <rect key="frame" x="0.0" y="0.0" width="414" height="60"/>
...@@ -4561,7 +4567,7 @@ ...@@ -4561,7 +4567,7 @@
4561 <rect key="frame" x="20" y="220" width="70" height="70"/> 4567 <rect key="frame" x="20" y="220" width="70" height="70"/>
4562 <subviews> 4568 <subviews>
4563 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="G7w-Tk-Yfm"> 4569 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="G7w-Tk-Yfm">
4564 - <rect key="frame" x="10" y="23.5" width="50" height="23.5"/> 4570 + <rect key="frame" x="10" y="24" width="50" height="22.5"/>
4565 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="19"/> 4571 <fontDescription key="fontDescription" name="PeridotPE-SBold" family="Peridot PE" pointSize="19"/>
4566 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 4572 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
4567 <nil key="highlightedColor"/> 4573 <nil key="highlightedColor"/>
...@@ -4578,23 +4584,23 @@ ...@@ -4578,23 +4584,23 @@
4578 </constraints> 4584 </constraints>
4579 </view> 4585 </view>
4580 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yXI-Ds-V0T"> 4586 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yXI-Ds-V0T">
4581 - <rect key="frame" x="100" y="246" width="294" height="18.5"/> 4587 + <rect key="frame" x="100" y="246.5" width="294" height="17.5"/>
4582 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="15"/> 4588 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="15"/>
4583 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 4589 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
4584 <nil key="highlightedColor"/> 4590 <nil key="highlightedColor"/>
4585 </label> 4591 </label>
4586 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7Bc-ly-ehN"> 4592 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7Bc-ly-ehN">
4587 - <rect key="frame" x="0.0" y="325" width="414" height="2"/> 4593 + <rect key="frame" x="0.0" y="324.5" width="414" height="2"/>
4588 <color key="backgroundColor" systemColor="systemBackgroundColor"/> 4594 <color key="backgroundColor" systemColor="systemBackgroundColor"/>
4589 <constraints> 4595 <constraints>
4590 <constraint firstAttribute="height" constant="2" id="sgv-gT-iEr"/> 4596 <constraint firstAttribute="height" constant="2" id="sgv-gT-iEr"/>
4591 </constraints> 4597 </constraints>
4592 </view> 4598 </view>
4593 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Xfg-Zl-DTT"> 4599 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Xfg-Zl-DTT">
4594 - <rect key="frame" x="178" y="310" width="58.5" height="31.5"/> 4600 + <rect key="frame" x="178.5" y="310" width="57" height="30.5"/>
4595 <subviews> 4601 <subviews>
4596 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vZf-KA-Yki"> 4602 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vZf-KA-Yki">
4597 - <rect key="frame" x="10" y="8" width="38.5" height="18.5"/> 4603 + <rect key="frame" x="10" y="8" width="37" height="17.5"/>
4598 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="15"/> 4604 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="15"/>
4599 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 4605 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
4600 <nil key="highlightedColor"/> 4606 <nil key="highlightedColor"/>
...@@ -4609,7 +4615,7 @@ ...@@ -4609,7 +4615,7 @@
4609 </constraints> 4615 </constraints>
4610 </view> 4616 </view>
4611 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="title" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XJ0-lK-2fk"> 4617 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="title" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XJ0-lK-2fk">
4612 - <rect key="frame" x="20" y="371.5" width="374" height="21"/> 4618 + <rect key="frame" x="20" y="370.5" width="374" height="20"/>
4613 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="17"/> 4619 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="17"/>
4614 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 4620 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
4615 <nil key="highlightedColor"/> 4621 <nil key="highlightedColor"/>
...@@ -4621,7 +4627,7 @@ ...@@ -4621,7 +4627,7 @@
4621 <nil key="highlightedColor"/> 4627 <nil key="highlightedColor"/>
4622 </label> 4628 </label>
4623 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uDO-0Z-xFa"> 4629 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uDO-0Z-xFa">
4624 - <rect key="frame" x="149" y="452.5" width="116" height="55"/> 4630 + <rect key="frame" x="153" y="450.5" width="108" height="55"/>
4625 <constraints> 4631 <constraints>
4626 <constraint firstAttribute="height" constant="55" id="Mve-Wm-jeX"/> 4632 <constraint firstAttribute="height" constant="55" id="Mve-Wm-jeX"/>
4627 </constraints> 4633 </constraints>
...@@ -4635,7 +4641,7 @@ ...@@ -4635,7 +4641,7 @@
4635 </connections> 4641 </connections>
4636 </button> 4642 </button>
4637 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ulI-Td-g6v"> 4643 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ulI-Td-g6v">
4638 - <rect key="frame" x="103.5" y="527.5" width="207" height="40"/> 4644 + <rect key="frame" x="103.5" y="525.5" width="207" height="40"/>
4639 <constraints> 4645 <constraints>
4640 <constraint firstAttribute="height" constant="40" id="72j-BL-Ejm"/> 4646 <constraint firstAttribute="height" constant="40" id="72j-BL-Ejm"/>
4641 </constraints> 4647 </constraints>
...@@ -4650,7 +4656,7 @@ ...@@ -4650,7 +4656,7 @@
4650 </connections> 4656 </connections>
4651 </button> 4657 </button>
4652 <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mCl-kM-ssj"> 4658 <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mCl-kM-ssj">
4653 - <rect key="frame" x="20" y="577.5" width="374" height="0.0"/> 4659 + <rect key="frame" x="20" y="575.5" width="374" height="0.0"/>
4654 <color key="backgroundColor" systemColor="systemBackgroundColor"/> 4660 <color key="backgroundColor" systemColor="systemBackgroundColor"/>
4655 <constraints> 4661 <constraints>
4656 <constraint firstAttribute="height" id="Uys-zo-ERe"/> 4662 <constraint firstAttribute="height" id="Uys-zo-ERe"/>
...@@ -4794,19 +4800,19 @@ ...@@ -4794,19 +4800,19 @@
4794 </constraints> 4800 </constraints>
4795 </imageView> 4801 </imageView>
4796 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Πάρε δωρεάν μηνιαία πακέτα με πάνες στα supermarket Σκλαβενίτης!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8BE-qj-xn5"> 4802 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Πάρε δωρεάν μηνιαία πακέτα με πάνες στα supermarket Σκλαβενίτης!" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8BE-qj-xn5">
4797 - <rect key="frame" x="20" y="230" width="374" height="39.5"/> 4803 + <rect key="frame" x="20" y="230" width="374" height="40"/>
4798 <fontDescription key="fontDescription" name="BTCosmo-Bold" family="BTCosmo" pointSize="17"/> 4804 <fontDescription key="fontDescription" name="BTCosmo-Bold" family="BTCosmo" pointSize="17"/>
4799 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 4805 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
4800 <nil key="highlightedColor"/> 4806 <nil key="highlightedColor"/>
4801 </label> 4807 </label>
4802 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Χρησιμοποίησε τον παρακάτω κωδικό και πάρε δωρεάν πακέτο πάνες Pampers αποκλειστικά στα Supermarket Σκλαβενίτης" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mbx-MR-VPL"> 4808 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Χρησιμοποίησε τον παρακάτω κωδικό και πάρε δωρεάν πακέτο πάνες Pampers αποκλειστικά στα Supermarket Σκλαβενίτης" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mbx-MR-VPL">
4803 - <rect key="frame" x="20" y="284.5" width="374" height="59.5"/> 4809 + <rect key="frame" x="20" y="285" width="374" height="56"/>
4804 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="16"/> 4810 <fontDescription key="fontDescription" name="PeridotPE-Regular" family="Peridot PE" pointSize="16"/>
4805 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/> 4811 <color key="textColor" red="0.12941176470588234" green="0.12941176470588234" blue="0.12941176470588234" alpha="1" colorSpace="calibratedRGB"/>
4806 <nil key="highlightedColor"/> 4812 <nil key="highlightedColor"/>
4807 </label> 4813 </label>
4808 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qnn-bi-fLK"> 4814 <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qnn-bi-fLK">
4809 - <rect key="frame" x="155" y="444" width="104" height="55"/> 4815 + <rect key="frame" x="158" y="441" width="98" height="55"/>
4810 <constraints> 4816 <constraints>
4811 <constraint firstAttribute="height" constant="55" id="aPk-mJ-VfN"/> 4817 <constraint firstAttribute="height" constant="55" id="aPk-mJ-VfN"/>
4812 </constraints> 4818 </constraints>
......
1 +{
2 + "images" : [
3 + {
4 + "filename" : "coupon_market_2.png",
5 + "idiom" : "universal",
6 + "scale" : "1x"
7 + },
8 + {
9 + "filename" : "coupon_market_2 1.png",
10 + "idiom" : "universal",
11 + "scale" : "2x"
12 + },
13 + {
14 + "filename" : "coupon_market_2 2.png",
15 + "idiom" : "universal",
16 + "scale" : "3x"
17 + }
18 + ],
19 + "info" : {
20 + "author" : "xcode",
21 + "version" : 1
22 + }
23 +}
1 +//
2 +// WalletBannersTableViewCell.swift
3 +// SwiftWarplyFramework
4 +//
5 +// Created by Manos Chorianopoulos on 24/4/23.
6 +//
7 +
8 +import UIKit
9 +
10 +@objc public class WalletBannersTableViewCell: 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 +}