session-ios/Signal/src/Storyboard/Storyboard.storyboard

4048 lines
336 KiB
Plaintext
Raw Normal View History

2014-10-29 21:58:58 +01:00
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6254" systemVersion="14B25" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
2014-10-29 21:58:58 +01:00
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6247"/>
2014-10-29 21:58:58 +01:00
<capability name="Alignment constraints with different attributes" minToolsVersion="5.1"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
</dependencies>
<scenes>
<!--Signals View Controller-->
<scene sceneID="82U-Xj-21R">
<objects>
<viewController id="MY2-bB-USa" customClass="SignalsViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="lZK-q4-iwt"/>
<viewControllerLayoutGuide type="bottom" id="7uh-gm-z8v"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="EFA-Fu-XJm">
<rect key="frame" x="0.0" y="0.0" width="600" height="551"/>
2014-10-29 21:58:58 +01:00
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="PaA-ol-uQT">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<color key="backgroundColor" red="0.94901960780000005" green="0.94901960780000005" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
<color key="separatorColor" white="0.66666666666666663" alpha="0.5" colorSpace="calibratedWhite"/>
<inset key="separatorInset" minX="20" minY="0.0" maxX="0.0" maxY="0.0"/>
<prototypes>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="showCell" id="bnD-Ld-pC4">
2014-10-29 21:58:58 +01:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="bnD-Ld-pC4" id="9EM-iT-Acg">
<autoresizingMask key="autoresizingMask"/>
</tableViewCellContentView>
<connections>
<segue destination="DtA-8O-wrT" kind="show" identifier="showSegue" id="06M-BZ-tnn"/>
</connections>
</tableViewCell>
</prototypes>
<sections/>
2014-12-06 19:04:35 +01:00
<variation key="heightClass=regular-widthClass=compact" misplaced="YES">
<rect key="frame" x="0.0" y="-44" width="410" height="844"/>
</variation>
2014-10-29 21:58:58 +01:00
<connections>
<outlet property="dataSource" destination="MY2-bB-USa" id="kop-Y6-6DR"/>
<outlet property="delegate" destination="MY2-bB-USa" id="vmj-PA-2Od"/>
</connections>
</tableView>
</subviews>
<constraints>
<constraint firstAttribute="trailingMargin" secondItem="PaA-ol-uQT" secondAttribute="trailing" constant="-16" id="EdI-ia-IjN">
<variation key="heightClass=regular-widthClass=compact" constant="-26"/>
</constraint>
<constraint firstItem="PaA-ol-uQT" firstAttribute="leading" secondItem="EFA-Fu-XJm" secondAttribute="leadingMargin" constant="-16" id="OD6-Pc-Zug"/>
<constraint firstItem="PaA-ol-uQT" firstAttribute="top" secondItem="lZK-q4-iwt" secondAttribute="bottom" constant="-64" id="ouV-vM-Vyv"/>
<constraint firstItem="7uh-gm-z8v" firstAttribute="top" secondItem="PaA-ol-uQT" secondAttribute="bottom" id="s5v-Hl-a3k"/>
<constraint firstItem="PaA-ol-uQT" firstAttribute="width" secondItem="EFA-Fu-XJm" secondAttribute="width" id="wn4-O9-ILm">
<variation key="heightClass=regular-widthClass=compact" constant="10"/>
</constraint>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="PaA-ol-uQT"/>
</mask>
<mask key="constraints">
<exclude reference="s5v-Hl-a3k"/>
<exclude reference="EdI-ia-IjN"/>
<exclude reference="OD6-Pc-Zug"/>
<exclude reference="ouV-vM-Vyv"/>
<exclude reference="wn4-O9-ILm"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="PaA-ol-uQT"/>
</mask>
<mask key="constraints">
<include reference="s5v-Hl-a3k"/>
<include reference="EdI-ia-IjN"/>
<exclude reference="OD6-Pc-Zug"/>
<include reference="ouV-vM-Vyv"/>
<include reference="wn4-O9-ILm"/>
</mask>
</variation>
</view>
<navigationItem key="navigationItem" id="Um0-0y-8lr">
<nil key="title"/>
<segmentedControl key="titleView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="0" id="3zh-Df-ewk">
<rect key="frame" x="238.5" y="7.5" width="123" height="29"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<segments>
<segment title="Inbox"/>
<segment title="Archive"/>
</segments>
<connections>
2014-12-05 23:38:13 +01:00
<action selector="segmentDidChange:" destination="MY2-bB-USa" eventType="valueChanged" id="eE7-lp-jRr"/>
2014-10-29 21:58:58 +01:00
</connections>
</segmentedControl>
<barButtonItem key="rightBarButtonItem" systemItem="compose" id="Oft-fU-tf5">
<connections>
<segue destination="cZ7-de-SUi" kind="presentation" id="Ea3-ew-jtL"/>
</connections>
</barButtonItem>
</navigationItem>
<connections>
2014-12-05 23:38:13 +01:00
<outlet property="inboxArchiveSwitch" destination="3zh-Df-ewk" id="ANJ-FH-ESj"/>
2014-11-25 17:28:42 +01:00
<outlet property="tableView" destination="PaA-ol-uQT" id="nQU-tR-wbL"/>
2014-10-29 21:58:58 +01:00
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dE8-zB-mtF" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2290.5" y="-261"/>
2014-10-29 21:58:58 +01:00
</scene>
<!--Messages View Controller-->
<scene sceneID="QqV-z2-xRW">
<objects>
<viewController hidesBottomBarWhenPushed="YES" id="DtA-8O-wrT" customClass="MessagesViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="0di-ZU-w1m"/>
<viewControllerLayoutGuide type="bottom" id="stV-ob-KSQ"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="5r3-kq-bbI">
<rect key="frame" x="0.0" y="0.0" width="600" height="551"/>
2014-10-29 21:58:58 +01:00
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</view>
<connections>
<segue destination="m2q-RS-sTo" kind="presentation" identifier="fullImage" id="vI3-mk-n1C"/>
<segue destination="urv-62-RsD" kind="presentation" identifier="fingerprintSegue" modalPresentationStyle="overCurrentContext" animates="NO" id="Zjl-QX-tHE"/>
2014-10-29 21:58:58 +01:00
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="yXZ-iE-5va" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="3163.5" y="-261"/>
2014-10-29 21:58:58 +01:00
</scene>
<!--Fingerprint View Controller-->
<scene sceneID="ldP-mt-Vsq">
<objects>
<viewController id="urv-62-RsD" customClass="FingerprintViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="8Oc-YZ-y0M"/>
<viewControllerLayoutGuide type="bottom" id="hdo-6G-gXy"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="StY-nr-mRe">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<visualEffectView opaque="NO" contentMode="left" translatesAutoresizingMaskIntoConstraints="NO" id="VCu-vN-Pjg">
<rect key="frame" x="0.0" y="0.0" width="240" height="128"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="kEV-0h-NsX">
<rect key="frame" x="0.0" y="0.0" width="240" height="128"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="BC9AB2BC-7643-4107-A2B0-6B7CAC594992" translatesAutoresizingMaskIntoConstraints="NO" id="Yg7-KF-hVR">
2014-10-29 21:58:58 +01:00
<rect key="frame" x="0.0" y="0.0" width="240" height="128"/>
<constraints>
<constraint firstAttribute="height" constant="40" id="50e-Dx-c2x"/>
<constraint firstAttribute="width" constant="40" id="V0L-fC-PuQ"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="50e-Dx-c2x"/>
<exclude reference="V0L-fC-PuQ"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="50e-Dx-c2x"/>
<include reference="V0L-fC-PuQ"/>
</mask>
</variation>
</imageView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aff-6Q-MJH">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<constraints>
<constraint firstAttribute="width" constant="50" id="fct-hE-flI"/>
<constraint firstAttribute="height" constant="50" id="vOK-AZ-s3O"/>
</constraints>
<state key="normal" image="shred.png">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<variation key="default">
<mask key="constraints">
<exclude reference="fct-hE-flI"/>
<exclude reference="vOK-AZ-s3O"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="fct-hE-flI"/>
<include reference="vOK-AZ-s3O"/>
</mask>
</variation>
<connections>
<action selector="shredAndDelete:" destination="urv-62-RsD" eventType="touchUpInside" id="MVo-Ji-K0l"/>
</connections>
</button>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="HyV-ht-MrM">
<rect key="frame" x="0.0" y="0.0" width="240" height="128"/>
<constraints>
<constraint firstAttribute="height" constant="75" id="Yxr-T5-Jck"/>
<constraint firstAttribute="width" constant="75" id="bRq-v9-94p"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="Yxr-T5-Jck"/>
<exclude reference="bRq-v9-94p"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="Yxr-T5-Jck"/>
<include reference="bRq-v9-94p"/>
</mask>
</variation>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Momo's Fingerprint" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ii9-7N-hCc">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="17"/>
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="kBW-ix-mdQ">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="46" id="jaw-8F-c1C"/>
</constraints>
<string key="text">E3 A0 09 9A FF A8 8A 09 99 1E 5C
7B 8A 56 2B 1F 65 B3 83 8D 1D D0
FA 9C E3 A0 09 9A FF A8 8A 09 99</string>
<fontDescription key="fontDescription" name="Courier" family="Courier" pointSize="12"/>
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="jaw-8F-c1C"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="jaw-8F-c1C"/>
</mask>
</variation>
</label>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="YOs-e5-ee3">
<rect key="frame" x="0.0" y="0.0" width="240" height="128"/>
<constraints>
<constraint firstAttribute="width" constant="75" id="5IR-xd-6uL"/>
<constraint firstAttribute="height" constant="75" id="Nfl-jf-HzC"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="5IR-xd-6uL"/>
<exclude reference="Nfl-jf-HzC"/>
2014-10-29 21:58:58 +01:00
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="5IR-xd-6uL"/>
<include reference="Nfl-jf-HzC"/>
2014-10-29 21:58:58 +01:00
</mask>
</variation>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Your Fingerprint" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5De-Jq-XWv">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="17"/>
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="e7E-iS-3Oc">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="46" id="k9r-Fg-1QJ"/>
</constraints>
<string key="text">E3 A0 09 9A FF A8 8A 09 99 1E 5C
7B 8A 56 2B 1F 65 B3 83 8D 1D D0
FA 9C E3 A0 09 9A FF A8 8A 09 99</string>
<fontDescription key="fontDescription" name="Courier" family="Courier" pointSize="12"/>
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="k9r-Fg-1QJ"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="k9r-Fg-1QJ"/>
</mask>
</variation>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="DV4-GV-ZPf">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="76" id="bif-t1-qQO"/>
</constraints>
<string key="text">Compare both fingerprints to verify your contact's identity and the integrity of the message.
Lorem ipsum : Quick explanation of Fingerprints</string>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="16"/>
<color key="textColor" red="0.94901960780000005" green="0.94901960780000005" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="bif-t1-qQO"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="bif-t1-qQO"/>
</mask>
</variation>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Yoz-ex-1gK">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<constraints>
<constraint firstAttribute="width" constant="40" id="3BW-0h-7YP">
<variation key="heightClass=regular-widthClass=compact" constant="50"/>
</constraint>
<constraint firstAttribute="height" constant="40" id="HyD-2g-uiS">
<variation key="heightClass=regular-widthClass=compact" constant="50"/>
</constraint>
</constraints>
<state key="normal" image="quit.png">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<variation key="default">
<mask key="constraints">
<exclude reference="3BW-0h-7YP"/>
<exclude reference="HyD-2g-uiS"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="3BW-0h-7YP"/>
<include reference="HyD-2g-uiS"/>
</mask>
</variation>
<connections>
<action selector="closeButtonAction:" destination="urv-62-RsD" eventType="touchUpInside" id="m15-1K-9gB"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JFv-Xu-qls">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="15"/>
<state key="normal" title=" scan their key to compare">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<variation key="heightClass=regular-widthClass=compact" ambiguous="YES" misplaced="YES">
<rect key="frame" x="21" y="203" width="199" height="30"/>
</variation>
<connections>
<segue destination="7qX-e8-QDY" kind="showDetail" identifier="ScanIdentityBarcodeViewSegue" id="UAi-Jm-zU9"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wGB-4p-e1Z">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<state key="normal" title=" get my key scanned">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<variation key="heightClass=regular-widthClass=compact" ambiguous="YES" misplaced="YES">
<rect key="frame" x="21" y="324" width="164" height="30"/>
</variation>
<connections>
<segue destination="in8-UP-6ff" kind="showDetail" identifier="PresentIdentityQRCodeViewSegue" id="586-xP-XOB"/>
</connections>
</button>
2014-10-29 21:58:58 +01:00
</subviews>
<constraints>
<constraint firstItem="HyV-ht-MrM" firstAttribute="leading" secondItem="kEV-0h-NsX" secondAttribute="leading" constant="21" id="0cP-F5-N4l"/>
<constraint firstItem="e7E-iS-3Oc" firstAttribute="top" secondItem="5De-Jq-XWv" secondAttribute="bottom" constant="8" id="0jD-kP-zTX"/>
<constraint firstAttribute="trailing" secondItem="e7E-iS-3Oc" secondAttribute="trailing" constant="37" id="5uD-gq-nro"/>
<constraint firstItem="Ii9-7N-hCc" firstAttribute="top" secondItem="kEV-0h-NsX" secondAttribute="top" constant="129" id="C8D-t9-FSO"/>
<constraint firstItem="DV4-GV-ZPf" firstAttribute="top" secondItem="e7E-iS-3Oc" secondAttribute="bottom" constant="23" id="Cmp-XH-vDT"/>
<constraint firstAttribute="trailing" secondItem="Yoz-ex-1gK" secondAttribute="trailing" constant="21" id="E3H-bc-Xz8"/>
<constraint firstItem="kBW-ix-mdQ" firstAttribute="leading" secondItem="HyV-ht-MrM" secondAttribute="trailing" constant="17" id="GPR-Uo-6ae"/>
<constraint firstAttribute="trailing" secondItem="kBW-ix-mdQ" secondAttribute="trailing" constant="37" id="HNM-I2-zyR"/>
<constraint firstItem="e7E-iS-3Oc" firstAttribute="leading" secondItem="YOs-e5-ee3" secondAttribute="trailing" constant="17" id="HUa-X1-uUr"/>
<constraint firstItem="5De-Jq-XWv" firstAttribute="leading" secondItem="YOs-e5-ee3" secondAttribute="trailing" constant="17" id="OHR-8T-cxj"/>
<constraint firstItem="kBW-ix-mdQ" firstAttribute="top" secondItem="Ii9-7N-hCc" secondAttribute="bottom" constant="8" id="Pef-ZF-oW5"/>
<constraint firstItem="JFv-Xu-qls" firstAttribute="top" secondItem="HyV-ht-MrM" secondAttribute="bottom" constant="-1" id="RSd-Na-8dp"/>
2014-10-29 21:58:58 +01:00
<constraint firstItem="aff-6Q-MJH" firstAttribute="centerY" secondItem="Yoz-ex-1gK" secondAttribute="centerY" id="SVg-d7-qTs"/>
<constraint firstAttribute="centerX" secondItem="Yg7-KF-hVR" secondAttribute="centerX" id="SaO-RA-JOe"/>
<constraint firstItem="wGB-4p-e1Z" firstAttribute="top" secondItem="YOs-e5-ee3" secondAttribute="bottom" constant="8" id="Sj4-2k-mSe"/>
2014-10-29 21:58:58 +01:00
<constraint firstItem="HyV-ht-MrM" firstAttribute="centerX" secondItem="YOs-e5-ee3" secondAttribute="centerX" id="T5m-OK-kvD"/>
<constraint firstItem="DV4-GV-ZPf" firstAttribute="leading" secondItem="kEV-0h-NsX" secondAttribute="leading" constant="21" id="VHE-LF-wOx"/>
<constraint firstItem="e7E-iS-3Oc" firstAttribute="top" secondItem="5De-Jq-XWv" secondAttribute="bottom" constant="8" id="WAB-2c-hEF"/>
<constraint firstAttribute="bottom" secondItem="Yoz-ex-1gK" secondAttribute="bottom" constant="15" id="Zcv-rw-YqP"/>
<constraint firstItem="Yoz-ex-1gK" firstAttribute="top" secondItem="kEV-0h-NsX" secondAttribute="top" constant="27" id="cp2-OL-5R1"/>
<constraint firstItem="e7E-iS-3Oc" firstAttribute="centerX" secondItem="kBW-ix-mdQ" secondAttribute="centerX" id="diH-aS-cqX"/>
<constraint firstItem="Ii9-7N-hCc" firstAttribute="leading" secondItem="HyV-ht-MrM" secondAttribute="trailing" constant="17" id="eWz-aq-FbT"/>
<constraint firstItem="aff-6Q-MJH" firstAttribute="leading" secondItem="Yoz-ex-1gK" secondAttribute="trailing" constant="22" id="eeg-OU-L4K">
<variation key="heightClass=regular-widthClass=compact" constant="20"/>
</constraint>
<constraint firstItem="YOs-e5-ee3" firstAttribute="top" secondItem="kEV-0h-NsX" secondAttribute="top" constant="241" id="gJX-7f-ouT"/>
<constraint firstItem="5De-Jq-XWv" firstAttribute="centerX" secondItem="Ii9-7N-hCc" secondAttribute="centerX" id="htv-7j-iii"/>
<constraint firstItem="YOs-e5-ee3" firstAttribute="leading" secondItem="kEV-0h-NsX" secondAttribute="leading" constant="21" id="iJ5-YY-tdi"/>
<constraint firstAttribute="bottom" secondItem="aff-6Q-MJH" secondAttribute="bottom" constant="20" id="jEe-vm-hcC"/>
<constraint firstItem="5De-Jq-XWv" firstAttribute="top" secondItem="kBW-ix-mdQ" secondAttribute="bottom" constant="37" id="kPm-bZ-2O1"/>
<constraint firstItem="Yg7-KF-hVR" firstAttribute="top" secondItem="kEV-0h-NsX" secondAttribute="top" constant="27" id="kgd-eg-JMO"/>
<constraint firstItem="Yoz-ex-1gK" firstAttribute="leading" secondItem="kEV-0h-NsX" secondAttribute="leading" constant="16" id="l5d-6f-Pza">
<variation key="heightClass=regular-widthClass=compact" constant="21"/>
</constraint>
<constraint firstAttribute="trailing" secondItem="Ii9-7N-hCc" secondAttribute="trailing" constant="37" id="nB5-f9-3f8"/>
<constraint firstItem="aff-6Q-MJH" firstAttribute="centerY" secondItem="Yoz-ex-1gK" secondAttribute="centerY" constant="1" id="nL6-9O-tMX">
<variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
</constraint>
<constraint firstItem="HyV-ht-MrM" firstAttribute="top" secondItem="kEV-0h-NsX" secondAttribute="top" constant="129" id="oOD-rR-Kfs"/>
<constraint firstAttribute="trailing" secondItem="DV4-GV-ZPf" secondAttribute="trailing" constant="37" id="qbq-AK-HjD"/>
<constraint firstItem="YOs-e5-ee3" firstAttribute="top" secondItem="HyV-ht-MrM" secondAttribute="bottom" constant="37" id="rdE-nO-pjk"/>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="Yg7-KF-hVR"/>
<exclude reference="aff-6Q-MJH"/>
<exclude reference="HyV-ht-MrM"/>
<exclude reference="Ii9-7N-hCc"/>
<exclude reference="kBW-ix-mdQ"/>
<exclude reference="YOs-e5-ee3"/>
<exclude reference="5De-Jq-XWv"/>
<exclude reference="e7E-iS-3Oc"/>
<exclude reference="DV4-GV-ZPf"/>
<exclude reference="Yoz-ex-1gK"/>
<exclude reference="JFv-Xu-qls"/>
<exclude reference="wGB-4p-e1Z"/>
2014-10-29 21:58:58 +01:00
</mask>
<mask key="constraints">
<exclude reference="OHR-8T-cxj"/>
<exclude reference="htv-7j-iii"/>
<exclude reference="kPm-bZ-2O1"/>
<exclude reference="Cmp-XH-vDT"/>
<exclude reference="VHE-LF-wOx"/>
<exclude reference="qbq-AK-HjD"/>
<exclude reference="C8D-t9-FSO"/>
<exclude reference="eWz-aq-FbT"/>
<exclude reference="nB5-f9-3f8"/>
2014-10-29 21:58:58 +01:00
<exclude reference="0jD-kP-zTX"/>
<exclude reference="5uD-gq-nro"/>
<exclude reference="HUa-X1-uUr"/>
<exclude reference="WAB-2c-hEF"/>
<exclude reference="diH-aS-cqX"/>
<exclude reference="GPR-Uo-6ae"/>
<exclude reference="HNM-I2-zyR"/>
<exclude reference="Pef-ZF-oW5"/>
<exclude reference="RSd-Na-8dp"/>
2014-10-29 21:58:58 +01:00
<exclude reference="E3H-bc-Xz8"/>
<exclude reference="Zcv-rw-YqP"/>
<exclude reference="cp2-OL-5R1"/>
<exclude reference="l5d-6f-Pza"/>
<exclude reference="SVg-d7-qTs"/>
<exclude reference="eeg-OU-L4K"/>
<exclude reference="jEe-vm-hcC"/>
<exclude reference="nL6-9O-tMX"/>
<exclude reference="Sj4-2k-mSe"/>
<exclude reference="0cP-F5-N4l"/>
<exclude reference="T5m-OK-kvD"/>
<exclude reference="oOD-rR-Kfs"/>
<exclude reference="gJX-7f-ouT"/>
<exclude reference="iJ5-YY-tdi"/>
<exclude reference="rdE-nO-pjk"/>
<exclude reference="SaO-RA-JOe"/>
<exclude reference="kgd-eg-JMO"/>
2014-10-29 21:58:58 +01:00
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="Yg7-KF-hVR"/>
<include reference="aff-6Q-MJH"/>
<include reference="HyV-ht-MrM"/>
<include reference="Ii9-7N-hCc"/>
<include reference="kBW-ix-mdQ"/>
<include reference="YOs-e5-ee3"/>
<include reference="5De-Jq-XWv"/>
<include reference="e7E-iS-3Oc"/>
<include reference="DV4-GV-ZPf"/>
<include reference="Yoz-ex-1gK"/>
<include reference="JFv-Xu-qls"/>
<include reference="wGB-4p-e1Z"/>
2014-10-29 21:58:58 +01:00
</mask>
<mask key="constraints">
<include reference="OHR-8T-cxj"/>
<include reference="htv-7j-iii"/>
<include reference="kPm-bZ-2O1"/>
<include reference="Cmp-XH-vDT"/>
<include reference="VHE-LF-wOx"/>
<include reference="qbq-AK-HjD"/>
<include reference="C8D-t9-FSO"/>
<include reference="eWz-aq-FbT"/>
<include reference="nB5-f9-3f8"/>
2014-10-29 21:58:58 +01:00
<include reference="0jD-kP-zTX"/>
<include reference="5uD-gq-nro"/>
<include reference="HUa-X1-uUr"/>
<include reference="WAB-2c-hEF"/>
<include reference="diH-aS-cqX"/>
<include reference="GPR-Uo-6ae"/>
<include reference="HNM-I2-zyR"/>
<include reference="Pef-ZF-oW5"/>
<include reference="RSd-Na-8dp"/>
2014-10-29 21:58:58 +01:00
<exclude reference="E3H-bc-Xz8"/>
<include reference="Zcv-rw-YqP"/>
<exclude reference="cp2-OL-5R1"/>
<include reference="l5d-6f-Pza"/>
<include reference="SVg-d7-qTs"/>
<include reference="eeg-OU-L4K"/>
<exclude reference="jEe-vm-hcC"/>
<exclude reference="nL6-9O-tMX"/>
<include reference="Sj4-2k-mSe"/>
<include reference="0cP-F5-N4l"/>
<include reference="T5m-OK-kvD"/>
<include reference="oOD-rR-Kfs"/>
<exclude reference="gJX-7f-ouT"/>
<include reference="iJ5-YY-tdi"/>
<include reference="rdE-nO-pjk"/>
<include reference="SaO-RA-JOe"/>
<include reference="kgd-eg-JMO"/>
2014-10-29 21:58:58 +01:00
</mask>
</variation>
</view>
<blurEffect style="dark"/>
</visualEffectView>
</subviews>
<constraints>
<constraint firstItem="hdo-6G-gXy" firstAttribute="top" secondItem="VCu-vN-Pjg" secondAttribute="bottom" id="1dB-W2-GMz"/>
<constraint firstAttribute="centerX" secondItem="VCu-vN-Pjg" secondAttribute="centerX" id="5Wt-QM-aQa"/>
<constraint firstAttribute="trailingMargin" secondItem="VCu-vN-Pjg" secondAttribute="trailing" constant="-16" id="7HF-IV-JbS">
<variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
</constraint>
2014-10-29 21:58:58 +01:00
<constraint firstItem="VCu-vN-Pjg" firstAttribute="top" secondItem="8Oc-YZ-y0M" secondAttribute="bottom" constant="-20" id="KIN-pk-9pP"/>
<constraint firstAttribute="width" secondItem="VCu-vN-Pjg" secondAttribute="width" id="gOw-BF-mQC"/>
<constraint firstAttribute="height" secondItem="VCu-vN-Pjg" secondAttribute="height" id="nEQ-Wa-OyH"/>
<constraint firstAttribute="centerY" secondItem="VCu-vN-Pjg" secondAttribute="centerY" id="sho-vB-Yk8"/>
<constraint firstItem="VCu-vN-Pjg" firstAttribute="leading" secondItem="StY-nr-mRe" secondAttribute="leadingMargin" id="wdN-bv-bSl"/>
2014-10-29 21:58:58 +01:00
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="VCu-vN-Pjg"/>
</mask>
<mask key="constraints">
<exclude reference="1dB-W2-GMz"/>
2014-10-29 21:58:58 +01:00
<exclude reference="5Wt-QM-aQa"/>
<exclude reference="7HF-IV-JbS"/>
<exclude reference="KIN-pk-9pP"/>
<exclude reference="gOw-BF-mQC"/>
<exclude reference="nEQ-Wa-OyH"/>
<exclude reference="sho-vB-Yk8"/>
<exclude reference="wdN-bv-bSl"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="VCu-vN-Pjg"/>
</mask>
<mask key="constraints">
<include reference="1dB-W2-GMz"/>
2014-10-29 21:58:58 +01:00
<include reference="5Wt-QM-aQa"/>
<exclude reference="7HF-IV-JbS"/>
2014-10-29 21:58:58 +01:00
<include reference="KIN-pk-9pP"/>
<include reference="gOw-BF-mQC"/>
<include reference="nEQ-Wa-OyH"/>
<include reference="sho-vB-Yk8"/>
<exclude reference="wdN-bv-bSl"/>
2014-10-29 21:58:58 +01:00
</mask>
</variation>
</view>
<simulatedStatusBarMetrics key="simulatedStatusBarMetrics" statusBarStyle="lightContent"/>
<connections>
<outlet property="closeButton" destination="Yoz-ex-1gK" id="Z51-R1-bmj"/>
<outlet property="contactFingerprintLabel" destination="kBW-ix-mdQ" id="RN4-U7-Cpm"/>
<outlet property="contactFingerprintTitleLabel" destination="Ii9-7N-hCc" id="adg-hK-fTW"/>
<outlet property="contactImageView" destination="HyV-ht-MrM" id="eg1-Cw-B8S"/>
<outlet property="presentationLabel" destination="DV4-GV-ZPf" id="pz1-G0-dVx"/>
<outlet property="shredMessagesAndContactButton" destination="aff-6Q-MJH" id="EhF-8C-qur"/>
<outlet property="userFingerprintLabel" destination="e7E-iS-3Oc" id="aR7-ww-NCi"/>
<outlet property="userFingerprintTitleLabel" destination="5De-Jq-XWv" id="68F-0n-IMn"/>
<outlet property="userImageView" destination="YOs-e5-ee3" id="zC3-Wp-ew3"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="sd1-mY-rAe" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="4645.5" y="-261"/>
</scene>
<!--Present IdentityQR Code View Controller-->
<scene sceneID="b0A-fL-uiD">
<objects>
<viewController id="in8-UP-6ff" customClass="PresentIdentityQRCodeViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="EEv-2N-b9z"/>
<viewControllerLayoutGuide type="bottom" id="PWz-Os-GfE"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="8fX-rK-XSk">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="your fingerprint" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Psg-eI-6bn">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="width" constant="126" id="IoY-EK-Qhk"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="IoY-EK-Qhk"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="IoY-EK-Qhk"/>
</mask>
</variation>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FVU-rR-RPG">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<state key="normal" image="quit.png">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<action selector="closeButtonAction:" destination="in8-UP-6ff" eventType="touchUpInside" id="aah-bs-kqM"/>
</connections>
</button>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="I4l-hR-EdB">
<rect key="frame" x="0.0" y="0.0" width="240" height="128"/>
<constraints>
<constraint firstAttribute="height" constant="250" id="WS4-Wb-iXP"/>
<constraint firstAttribute="width" constant="250" id="n5C-hu-0F6"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="WS4-Wb-iXP"/>
<exclude reference="n5C-hu-0F6"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="WS4-Wb-iXP"/>
<include reference="n5C-hu-0F6"/>
</mask>
</variation>
</imageView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="FVU-rR-RPG" firstAttribute="leading" secondItem="8fX-rK-XSk" secondAttribute="leadingMargin" id="4fp-jK-Pgt"/>
<constraint firstAttribute="centerX" secondItem="I4l-hR-EdB" secondAttribute="centerX" id="He1-BL-c7O"/>
<constraint firstItem="I4l-hR-EdB" firstAttribute="leading" secondItem="8fX-rK-XSk" secondAttribute="leadingMargin" constant="59" id="Pxb-cA-eFg"/>
<constraint firstItem="I4l-hR-EdB" firstAttribute="centerY" secondItem="8fX-rK-XSk" secondAttribute="centerY" id="RKJ-Kx-wJz"/>
<constraint firstItem="PWz-Os-GfE" firstAttribute="top" secondItem="I4l-hR-EdB" secondAttribute="bottom" constant="275" id="RQt-tT-1aT"/>
<constraint firstItem="I4l-hR-EdB" firstAttribute="centerX" secondItem="Psg-eI-6bn" secondAttribute="centerX" id="cjf-7u-rBC"/>
<constraint firstAttribute="centerY" secondItem="I4l-hR-EdB" secondAttribute="centerY" id="dyA-NM-Zc5"/>
<constraint firstItem="Psg-eI-6bn" firstAttribute="centerX" secondItem="8fX-rK-XSk" secondAttribute="centerX" id="gFt-YV-WTg"/>
<constraint firstItem="Psg-eI-6bn" firstAttribute="top" secondItem="EEv-2N-b9z" secondAttribute="bottom" constant="226" id="jYB-0B-EaG"/>
<constraint firstItem="PWz-Os-GfE" firstAttribute="top" secondItem="FVU-rR-RPG" secondAttribute="bottom" constant="8" symbolic="YES" id="k4n-8r-ocu"/>
<constraint firstItem="I4l-hR-EdB" firstAttribute="top" secondItem="Psg-eI-6bn" secondAttribute="bottom" constant="8" symbolic="YES" id="liN-Jx-UaU"/>
<constraint firstItem="I4l-hR-EdB" firstAttribute="top" secondItem="Psg-eI-6bn" secondAttribute="bottom" constant="8.5" id="nyu-mu-lcL"/>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="Psg-eI-6bn"/>
<exclude reference="FVU-rR-RPG"/>
<exclude reference="I4l-hR-EdB"/>
</mask>
<mask key="constraints">
<exclude reference="RQt-tT-1aT"/>
<exclude reference="k4n-8r-ocu"/>
<exclude reference="gFt-YV-WTg"/>
<exclude reference="jYB-0B-EaG"/>
<exclude reference="4fp-jK-Pgt"/>
<exclude reference="He1-BL-c7O"/>
<exclude reference="Pxb-cA-eFg"/>
<exclude reference="RKJ-Kx-wJz"/>
<exclude reference="cjf-7u-rBC"/>
<exclude reference="dyA-NM-Zc5"/>
<exclude reference="liN-Jx-UaU"/>
<exclude reference="nyu-mu-lcL"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="Psg-eI-6bn"/>
<include reference="FVU-rR-RPG"/>
<include reference="I4l-hR-EdB"/>
</mask>
<mask key="constraints">
<exclude reference="RQt-tT-1aT"/>
<include reference="k4n-8r-ocu"/>
<include reference="gFt-YV-WTg"/>
<exclude reference="jYB-0B-EaG"/>
<include reference="4fp-jK-Pgt"/>
<include reference="He1-BL-c7O"/>
<exclude reference="Pxb-cA-eFg"/>
<exclude reference="RKJ-Kx-wJz"/>
<exclude reference="cjf-7u-rBC"/>
<include reference="dyA-NM-Zc5"/>
<exclude reference="liN-Jx-UaU"/>
<include reference="nyu-mu-lcL"/>
</mask>
</variation>
</view>
<navigationItem key="navigationItem" id="zty-sG-NJJ"/>
<connections>
<outlet property="qrCodeView" destination="I4l-hR-EdB" id="Fzf-BD-z9y"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Zk1-cK-ftT" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="5574" y="75"/>
</scene>
<!--Scan Identity Barcode View Controller-->
<scene sceneID="f84-pF-1is">
<objects>
<viewController id="7qX-e8-QDY" customClass="ScanIdentityBarcodeViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="VoP-Af-AZ2"/>
<viewControllerLayoutGuide type="bottom" id="vey-9m-z4V"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="Du7-nD-ScY">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bag-cN-IZy">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<constraints>
<constraint firstAttribute="width" constant="40" id="Odb-rK-4Va">
<variation key="heightClass=regular-widthClass=compact" constant="50"/>
</constraint>
<constraint firstAttribute="height" constant="40" id="ZPA-Mg-Y3j">
<variation key="heightClass=regular-widthClass=compact" constant="50"/>
</constraint>
</constraints>
<state key="normal" image="quit.png">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<variation key="default">
<mask key="constraints">
<exclude reference="Odb-rK-4Va"/>
<exclude reference="ZPA-Mg-Y3j"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="Odb-rK-4Va"/>
<include reference="ZPA-Mg-Y3j"/>
</mask>
</variation>
<connections>
<action selector="closeButtonAction:" destination="7qX-e8-QDY" eventType="touchUpInside" id="pHD-9S-onD"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="bag-cN-IZy" firstAttribute="leading" secondItem="Du7-nD-ScY" secondAttribute="leadingMargin" id="vL9-x7-knG"/>
<constraint firstAttribute="bottom" secondItem="bag-cN-IZy" secondAttribute="bottom" constant="20" symbolic="YES" id="zaD-R1-jw2"/>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="bag-cN-IZy"/>
</mask>
<mask key="constraints">
<exclude reference="vL9-x7-knG"/>
<exclude reference="zaD-R1-jw2"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="bag-cN-IZy"/>
</mask>
<mask key="constraints">
<include reference="vL9-x7-knG"/>
<include reference="zaD-R1-jw2"/>
</mask>
</variation>
</view>
<navigationItem key="navigationItem" id="I7H-1E-cUg"/>
<connections>
<segue destination="aQ6-9V-CJA" kind="unwind" identifier="UnwindToIdentityKeyWasVerifiedSegue" unwindAction="unwindToIdentityKeyWasVerified:" id="Eyg-Zl-I3n"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="VTv-Ry-X99" userLabel="First Responder" sceneMemberID="firstResponder"/>
<exit id="aQ6-9V-CJA" userLabel="Exit" sceneMemberID="exit"/>
</objects>
<point key="canvasLocation" x="5604" y="-579"/>
2014-10-29 21:58:58 +01:00
</scene>
<!--Initial View Controller-->
2014-10-29 21:58:58 +01:00
<scene sceneID="t5l-Kr-ojc">
<objects>
<viewController storyboardIdentifier="RegisterInitialViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="kts-vO-ui1" customClass="InitialViewController" sceneMemberID="viewController">
2014-10-29 21:58:58 +01:00
<layoutGuides>
<viewControllerLayoutGuide type="top" id="sBS-MF-j0u"/>
<viewControllerLayoutGuide type="bottom" id="RQS-Iz-2vV"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="sqD-R1-bDb">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Welcome to Signal !" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="91B-iw-6Q2">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="38" id="9hZ-QN-Rqx"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="24"/>
<color key="textColor" red="0.17254901960784313" green="0.54117647058823526" blue="0.80392156862745101" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="9hZ-QN-Rqx"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="9hZ-QN-Rqx"/>
</mask>
</variation>
</label>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="logo_intro.png" translatesAutoresizingMaskIntoConstraints="NO" id="Mof-iB-rK4">
<rect key="frame" x="0.0" y="0.0" width="240" height="128"/>
</imageView>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="call_dark.png" translatesAutoresizingMaskIntoConstraints="NO" id="SBQ-kY-h2a">
<rect key="frame" x="0.0" y="0.0" width="240" height="128"/>
<constraints>
<constraint firstAttribute="width" constant="50" id="JaB-SK-PU3"/>
<constraint firstAttribute="height" constant="50" id="wq5-04-Eri"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="JaB-SK-PU3"/>
<exclude reference="wq5-04-Eri"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="JaB-SK-PU3"/>
<include reference="wq5-04-Eri"/>
</mask>
</variation>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Phone calls are encrypted end-to-end, but work just like you're used to." lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pSv-Dm-f1R">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="QTM-SF-y1e"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="17"/>
<color key="textColor" red="0.50588235294117645" green="0.50588235294117645" blue="0.50588235294117645" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="QTM-SF-y1e"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="QTM-SF-y1e"/>
</mask>
</variation>
</label>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="signal.png" translatesAutoresizingMaskIntoConstraints="NO" id="8e0-BB-J7K">
<rect key="frame" x="0.0" y="0.0" width="240" height="128"/>
<constraints>
<constraint firstAttribute="width" constant="50" id="fHO-oi-8Ik"/>
<constraint firstAttribute="height" constant="50" id="few-7m-CMD"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="fHO-oi-8Ik"/>
<exclude reference="few-7m-CMD"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="fHO-oi-8Ik"/>
<include reference="few-7m-CMD"/>
</mask>
</variation>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Messages to other Signal users are encrypted over the air, protecting your communications in transit." lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="XvA-gQ-BvT">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="55" id="rfn-zF-hx5"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="20"/>
<color key="textColor" red="0.50588235294117645" green="0.50588235294117645" blue="0.50588235294117645" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="rfn-zF-hx5"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="rfn-zF-hx5"/>
</mask>
</variation>
</label>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="delete_history.png" translatesAutoresizingMaskIntoConstraints="NO" id="f2V-td-jYH">
<rect key="frame" x="0.0" y="0.0" width="240" height="128"/>
<constraints>
<constraint firstAttribute="width" constant="50" id="0sA-Mh-ZAt"/>
<constraint firstAttribute="height" constant="50" id="j87-th-ckx"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="0sA-Mh-ZAt"/>
<exclude reference="j87-th-ckx"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="0sA-Mh-ZAt"/>
<include reference="j87-th-ckx"/>
</mask>
</variation>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="The information on your phone is also encrypted, so if your phone is lost, your communications will be safe." lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vW6-pP-9vd">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="55" id="ttV-ya-UO2"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="20"/>
<color key="textColor" red="0.50588235294117645" green="0.50588235294117645" blue="0.50588235294117645" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="ttV-ya-UO2"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="ttV-ya-UO2"/>
</mask>
</variation>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="a9b-kU-125">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="15"/>
<state key="normal" title="Okay, let's do this !">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<segue destination="sL4-Zw-2Og" kind="show" id="QK8-XK-Wd3"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="Mof-iB-rK4" firstAttribute="leading" secondItem="sqD-R1-bDb" secondAttribute="leadingMargin" constant="133" id="2LP-n6-sju">
<variation key="heightClass=regular-widthClass=compact" constant="120"/>
</constraint>
2014-10-29 21:58:58 +01:00
<constraint firstItem="XvA-gQ-BvT" firstAttribute="top" secondItem="pSv-Dm-f1R" secondAttribute="bottom" constant="33" id="6nH-Or-yM8"/>
<constraint firstAttribute="trailingMargin" secondItem="Mof-iB-rK4" secondAttribute="trailing" constant="111" id="7iK-MA-IkY">
<variation key="heightClass=regular-widthClass=compact" constant="120"/>
</constraint>
<constraint firstAttribute="centerX" secondItem="Mof-iB-rK4" secondAttribute="centerX" constant="-11" id="7pm-Ag-hz5">
<variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
</constraint>
2014-10-29 21:58:58 +01:00
<constraint firstItem="XvA-gQ-BvT" firstAttribute="leading" secondItem="8e0-BB-J7K" secondAttribute="trailing" constant="24" id="Awz-px-K0y"/>
<constraint firstItem="f2V-td-jYH" firstAttribute="top" secondItem="8e0-BB-J7K" secondAttribute="bottom" constant="36" id="GVY-Zq-Uwd"/>
<constraint firstItem="91B-iw-6Q2" firstAttribute="top" secondItem="Mof-iB-rK4" secondAttribute="bottom" constant="8" id="JXZ-Xt-34m"/>
<constraint firstItem="8e0-BB-J7K" firstAttribute="leading" secondItem="sqD-R1-bDb" secondAttribute="leadingMargin" constant="18" id="Ltq-tU-sVn"/>
<constraint firstItem="pSv-Dm-f1R" firstAttribute="leading" secondItem="SBQ-kY-h2a" secondAttribute="trailing" constant="24" id="Nhk-c5-QXU"/>
<constraint firstItem="91B-iw-6Q2" firstAttribute="top" secondItem="sBS-MF-j0u" secondAttribute="bottom" constant="127" id="OYR-5U-Auo"/>
<constraint firstItem="RQS-Iz-2vV" firstAttribute="top" secondItem="a9b-kU-125" secondAttribute="bottom" constant="145" id="Rvg-Br-JhL">
<variation key="heightClass=regular-widthClass=compact" constant="20"/>
</constraint>
<constraint firstItem="pSv-Dm-f1R" firstAttribute="top" secondItem="91B-iw-6Q2" secondAttribute="bottom" constant="45" id="TXe-eX-lw8"/>
<constraint firstItem="vW6-pP-9vd" firstAttribute="top" secondItem="XvA-gQ-BvT" secondAttribute="bottom" constant="31" id="Whv-CV-znA"/>
<constraint firstItem="Mof-iB-rK4" firstAttribute="top" secondItem="sBS-MF-j0u" secondAttribute="bottom" constant="18" id="YIO-Kg-5LJ"/>
<constraint firstItem="8e0-BB-J7K" firstAttribute="top" secondItem="SBQ-kY-h2a" secondAttribute="bottom" constant="36" id="Z0C-6N-HnE"/>
<constraint firstItem="SBQ-kY-h2a" firstAttribute="top" secondItem="91B-iw-6Q2" secondAttribute="bottom" constant="45" id="Z96-LX-bJp"/>
<constraint firstItem="91B-iw-6Q2" firstAttribute="leading" secondItem="sqD-R1-bDb" secondAttribute="leadingMargin" constant="24" id="aLd-65-HKk"/>
<constraint firstAttribute="centerX" secondItem="91B-iw-6Q2" secondAttribute="centerX" constant="-0.5" id="bng-yH-By6"/>
<constraint firstAttribute="trailingMargin" secondItem="vW6-pP-9vd" secondAttribute="trailing" constant="-4" id="cLa-Bf-WM5"/>
<constraint firstItem="pSv-Dm-f1R" firstAttribute="trailing" secondItem="sqD-R1-bDb" secondAttribute="trailingMargin" id="cmZ-ha-WzX"/>
<constraint firstAttribute="centerX" secondItem="a9b-kU-125" secondAttribute="centerX" constant="-0.5" id="hh6-UD-2pI"/>
<constraint firstItem="f2V-td-jYH" firstAttribute="leading" secondItem="sqD-R1-bDb" secondAttribute="leadingMargin" constant="18" id="nJF-Ps-cdn"/>
<constraint firstAttribute="trailingMargin" secondItem="a9b-kU-125" secondAttribute="trailing" constant="118" id="nmJ-hM-BR1"/>
<constraint firstAttribute="trailingMargin" secondItem="XvA-gQ-BvT" secondAttribute="trailing" constant="-4" id="oXP-v0-BQf"/>
<constraint firstItem="SBQ-kY-h2a" firstAttribute="leading" secondItem="sqD-R1-bDb" secondAttribute="leadingMargin" constant="14" id="pXw-HR-yfM"/>
<constraint firstItem="vW6-pP-9vd" firstAttribute="leading" secondItem="f2V-td-jYH" secondAttribute="trailing" constant="24" id="q8l-7T-LhE"/>
<constraint firstAttribute="trailingMargin" secondItem="91B-iw-6Q2" secondAttribute="trailing" constant="23" id="vyh-Rc-JYc"/>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="91B-iw-6Q2"/>
<exclude reference="Mof-iB-rK4"/>
<exclude reference="SBQ-kY-h2a"/>
<exclude reference="pSv-Dm-f1R"/>
<exclude reference="8e0-BB-J7K"/>
<exclude reference="XvA-gQ-BvT"/>
<exclude reference="f2V-td-jYH"/>
<exclude reference="vW6-pP-9vd"/>
<exclude reference="a9b-kU-125"/>
</mask>
<mask key="constraints">
<exclude reference="JXZ-Xt-34m"/>
<exclude reference="OYR-5U-Auo"/>
<exclude reference="aLd-65-HKk"/>
<exclude reference="bng-yH-By6"/>
<exclude reference="vyh-Rc-JYc"/>
<exclude reference="Rvg-Br-JhL"/>
2014-10-29 21:58:58 +01:00
<exclude reference="6nH-Or-yM8"/>
<exclude reference="Awz-px-K0y"/>
<exclude reference="oXP-v0-BQf"/>
<exclude reference="Nhk-c5-QXU"/>
<exclude reference="TXe-eX-lw8"/>
<exclude reference="cmZ-ha-WzX"/>
2014-10-29 21:58:58 +01:00
<exclude reference="Whv-CV-znA"/>
<exclude reference="cLa-Bf-WM5"/>
<exclude reference="q8l-7T-LhE"/>
<exclude reference="hh6-UD-2pI"/>
<exclude reference="nmJ-hM-BR1"/>
<exclude reference="Ltq-tU-sVn"/>
<exclude reference="Z0C-6N-HnE"/>
<exclude reference="2LP-n6-sju"/>
<exclude reference="7iK-MA-IkY"/>
<exclude reference="7pm-Ag-hz5"/>
<exclude reference="YIO-Kg-5LJ"/>
<exclude reference="Z96-LX-bJp"/>
<exclude reference="pXw-HR-yfM"/>
<exclude reference="GVY-Zq-Uwd"/>
<exclude reference="nJF-Ps-cdn"/>
2014-10-29 21:58:58 +01:00
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="91B-iw-6Q2"/>
<include reference="Mof-iB-rK4"/>
<include reference="SBQ-kY-h2a"/>
<include reference="pSv-Dm-f1R"/>
<include reference="8e0-BB-J7K"/>
<include reference="XvA-gQ-BvT"/>
<include reference="f2V-td-jYH"/>
<include reference="vW6-pP-9vd"/>
<include reference="a9b-kU-125"/>
</mask>
<mask key="constraints">
<include reference="JXZ-Xt-34m"/>
<include reference="OYR-5U-Auo"/>
<include reference="aLd-65-HKk"/>
<include reference="bng-yH-By6"/>
<include reference="vyh-Rc-JYc"/>
<include reference="Rvg-Br-JhL"/>
2014-10-29 21:58:58 +01:00
<include reference="6nH-Or-yM8"/>
<include reference="Awz-px-K0y"/>
<include reference="oXP-v0-BQf"/>
<include reference="Nhk-c5-QXU"/>
<include reference="TXe-eX-lw8"/>
<include reference="cmZ-ha-WzX"/>
2014-10-29 21:58:58 +01:00
<include reference="Whv-CV-znA"/>
<include reference="cLa-Bf-WM5"/>
<include reference="q8l-7T-LhE"/>
<include reference="hh6-UD-2pI"/>
<exclude reference="nmJ-hM-BR1"/>
<include reference="Ltq-tU-sVn"/>
<include reference="Z0C-6N-HnE"/>
<include reference="2LP-n6-sju"/>
<include reference="7iK-MA-IkY"/>
<include reference="7pm-Ag-hz5"/>
<include reference="YIO-Kg-5LJ"/>
<include reference="Z96-LX-bJp"/>
<include reference="pXw-HR-yfM"/>
<include reference="GVY-Zq-Uwd"/>
<include reference="nJF-Ps-cdn"/>
2014-10-29 21:58:58 +01:00
</mask>
</variation>
</view>
<navigationItem key="navigationItem" id="Rd1-Bh-zFj"/>
<nil key="simulatedTopBarMetrics"/>
2014-10-29 21:58:58 +01:00
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="m6j-Wp-Kgl" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-1342.5" y="62.25"/>
2014-10-29 21:58:58 +01:00
</scene>
<!--Registration View Controller-->
<scene sceneID="okO-46-HuB">
<objects>
<viewController id="sL4-Zw-2Og" customClass="RegistrationViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="kUb-Rf-uos"/>
<viewControllerLayoutGuide type="bottom" id="g9k-sN-wqg"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="Y3I-8Y-pLa">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Please enter your phone number" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="50y-cV-8aI">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="38" id="pWJ-cK-SKg"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="24"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="pWJ-cK-SKg"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="pWJ-cK-SKg"/>
</mask>
</variation>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="United States" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4o4-Xj-5JG">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="Xsv-9t-hrV"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="24"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="Xsv-9t-hrV"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="Xsv-9t-hrV"/>
</mask>
</variation>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="+1" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="TiF-CF-7WU">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="1zZ-ZT-STN"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="24"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="1zZ-ZT-STN"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="1zZ-ZT-STN"/>
</mask>
</variation>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ngV-Kv-6Ax">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<state key="normal">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<action selector="changeCountryCodeTapped" destination="sL4-Zw-2Og" eventType="touchUpInside" id="Ufe-Un-ybV"/>
</connections>
</button>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Your phone number" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="tTJ-pq-Z9L">
<rect key="frame" x="0.0" y="-30" width="97" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="RP7-Cs-dgQ"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="24"/>
<textInputTraits key="textInputTraits" keyboardType="phonePad" keyboardAppearance="alert"/>
<variation key="default">
<mask key="constraints">
<exclude reference="RP7-Cs-dgQ"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="RP7-Cs-dgQ"/>
</mask>
</variation>
</textField>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="We will send you a verification code you can enter here. You can also click on the link we sent with that code." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gOQ-Qr-vtE">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="74" id="46N-WU-jG8">
<variation key="heightClass=regular-widthClass=compact" constant="123"/>
</constraint>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="17"/>
<color key="textColor" red="0.50588235290000005" green="0.50588235290000005" blue="0.50588235290000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="46N-WU-jG8"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="46N-WU-jG8"/>
</mask>
</variation>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Sln-gX-9rd">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<color key="backgroundColor" red="0.50588235290000005" green="0.50588235290000005" blue="0.50588235290000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="LBW-ED-udR"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="LBW-ED-udR"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="LBW-ED-udR"/>
</mask>
</variation>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="O6t-0o-mk5">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<color key="backgroundColor" red="0.50588235290000005" green="0.50588235290000005" blue="0.50588235290000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="LGH-zm-F10"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="LGH-zm-F10"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="LGH-zm-F10"/>
</mask>
</variation>
</view>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7IK-hd-tli">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<constraints>
<constraint firstAttribute="width" constant="80" id="8dm-AY-Ix9"/>
<constraint firstAttribute="height" constant="30" id="m9I-Yf-d9E"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="24"/>
<state key="normal" title="Send">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<variation key="default">
<mask key="constraints">
<exclude reference="8dm-AY-Ix9"/>
<exclude reference="m9I-Yf-d9E"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="8dm-AY-Ix9"/>
<include reference="m9I-Yf-d9E"/>
</mask>
</variation>
<connections>
<action selector="sendCodeAction:" destination="sL4-Zw-2Og" eventType="touchUpInside" id="T8X-Mx-4I6"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qJb-ZJ-J5r">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="KGZ-BJ-hl2"/>
<constraint firstAttribute="width" constant="63" id="eRM-bK-EwG"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="19"/>
<state key="normal" title="Cancel">
<color key="titleColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<variation key="default">
<mask key="constraints">
<exclude reference="KGZ-BJ-hl2"/>
<exclude reference="eRM-bK-EwG"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="KGZ-BJ-hl2"/>
<include reference="eRM-bK-EwG"/>
</mask>
</variation>
<connections>
<segue destination="63r-gX-zar" kind="unwind" unwindAction="unwindToInitial:" id="Cs8-mu-nrN"/>
2014-10-29 21:58:58 +01:00
</connections>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="trailingMargin" secondItem="50y-cV-8aI" secondAttribute="trailing" constant="12" id="5f6-02-b9v"/>
<constraint firstAttribute="centerX" secondItem="7IK-hd-tli" secondAttribute="centerX" id="89J-Z1-TDD"/>
<constraint firstItem="ngV-Kv-6Ax" firstAttribute="top" secondItem="gOQ-Qr-vtE" secondAttribute="bottom" constant="93" id="Api-xm-ASa">
<variation key="heightClass=regular-widthClass=compact" constant="44"/>
</constraint>
<constraint firstAttribute="trailingMargin" secondItem="TiF-CF-7WU" secondAttribute="trailing" constant="12" id="Cbx-OD-VBj"/>
<constraint firstItem="O6t-0o-mk5" firstAttribute="leading" secondItem="Y3I-8Y-pLa" secondAttribute="leadingMargin" constant="13" id="EJb-70-lg4"/>
<constraint firstItem="TiF-CF-7WU" firstAttribute="top" secondItem="50y-cV-8aI" secondAttribute="bottom" constant="176" id="EW6-BX-FsU"/>
<constraint firstItem="gOQ-Qr-vtE" firstAttribute="top" secondItem="kUb-Rf-uos" secondAttribute="bottom" constant="82" id="Eaa-Ad-hwk"/>
<constraint firstAttribute="centerX" secondItem="50y-cV-8aI" secondAttribute="centerX" constant="-0.5" id="Hse-EY-vcs"/>
<constraint firstAttribute="trailingMargin" secondItem="gOQ-Qr-vtE" secondAttribute="trailing" constant="35" id="J4b-jA-oSj"/>
<constraint firstItem="g9k-sN-wqg" firstAttribute="top" secondItem="qJb-ZJ-J5r" secondAttribute="bottom" constant="8" id="LBA-XZ-pRF"/>
<constraint firstItem="O6t-0o-mk5" firstAttribute="top" secondItem="4o4-Xj-5JG" secondAttribute="bottom" constant="8" id="LHc-pG-ofW"/>
<constraint firstAttribute="centerX" secondItem="qJb-ZJ-J5r" secondAttribute="centerX" constant="-0.5" id="Lmj-kn-XPR"/>
<constraint firstItem="ngV-Kv-6Ax" firstAttribute="leading" secondItem="Y3I-8Y-pLa" secondAttribute="leadingMargin" constant="13" id="MSP-yX-DrP"/>
<constraint firstItem="4o4-Xj-5JG" firstAttribute="leading" secondItem="Y3I-8Y-pLa" secondAttribute="leadingMargin" constant="13" id="MVu-wT-IQ7"/>
<constraint firstAttribute="trailingMargin" secondItem="O6t-0o-mk5" secondAttribute="trailing" constant="12" id="PFH-fV-jvN"/>
<constraint firstAttribute="trailingMargin" secondItem="Sln-gX-9rd" secondAttribute="trailing" constant="12" id="SfR-rA-lmN"/>
<constraint firstItem="tTJ-pq-Z9L" firstAttribute="top" secondItem="ngV-Kv-6Ax" secondAttribute="bottom" constant="38" id="TUP-Kq-afk"/>
<constraint firstItem="tTJ-pq-Z9L" firstAttribute="leading" secondItem="Y3I-8Y-pLa" secondAttribute="leadingMargin" constant="13" id="V1z-yH-GJt"/>
<constraint firstItem="Sln-gX-9rd" firstAttribute="leading" secondItem="Y3I-8Y-pLa" secondAttribute="leadingMargin" constant="13" id="ab0-TM-8nb"/>
<constraint firstItem="50y-cV-8aI" firstAttribute="leading" secondItem="Y3I-8Y-pLa" secondAttribute="leadingMargin" constant="13" id="cRf-MG-bzv"/>
<constraint firstItem="7IK-hd-tli" firstAttribute="top" secondItem="Sln-gX-9rd" secondAttribute="bottom" constant="30" id="cz5-NL-Bmw"/>
<constraint firstAttribute="centerX" secondItem="gOQ-Qr-vtE" secondAttribute="centerX" constant="-0.5" id="fsb-fW-aTG"/>
<constraint firstItem="4o4-Xj-5JG" firstAttribute="top" secondItem="50y-cV-8aI" secondAttribute="bottom" constant="175" id="g1b-ej-0d4"/>
<constraint firstAttribute="trailingMargin" secondItem="4o4-Xj-5JG" secondAttribute="trailing" constant="59" id="hKi-GO-2of"/>
<constraint firstAttribute="trailingMargin" secondItem="tTJ-pq-Z9L" secondAttribute="trailing" constant="12" id="ih2-I3-eGH"/>
<constraint firstItem="gOQ-Qr-vtE" firstAttribute="leading" secondItem="Y3I-8Y-pLa" secondAttribute="leadingMargin" constant="36" id="kWH-oD-5Hw"/>
<constraint firstAttribute="trailingMargin" secondItem="ngV-Kv-6Ax" secondAttribute="trailing" constant="12" id="mYi-az-aVL"/>
<constraint firstItem="Sln-gX-9rd" firstAttribute="top" secondItem="tTJ-pq-Z9L" secondAttribute="bottom" constant="9" id="oPp-yY-WZN"/>
<constraint firstItem="50y-cV-8aI" firstAttribute="top" secondItem="kUb-Rf-uos" secondAttribute="bottom" constant="36" id="p3l-YS-pks"/>
<constraint firstItem="TiF-CF-7WU" firstAttribute="leading" secondItem="4o4-Xj-5JG" secondAttribute="trailing" constant="1" id="ubP-u6-1GA"/>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="50y-cV-8aI"/>
<exclude reference="4o4-Xj-5JG"/>
<exclude reference="TiF-CF-7WU"/>
<exclude reference="ngV-Kv-6Ax"/>
<exclude reference="tTJ-pq-Z9L"/>
<exclude reference="gOQ-Qr-vtE"/>
<exclude reference="Sln-gX-9rd"/>
<exclude reference="O6t-0o-mk5"/>
<exclude reference="7IK-hd-tli"/>
<exclude reference="qJb-ZJ-J5r"/>
</mask>
<mask key="constraints">
<exclude reference="MVu-wT-IQ7"/>
<exclude reference="g1b-ej-0d4"/>
<exclude reference="hKi-GO-2of"/>
2014-10-29 21:58:58 +01:00
<exclude reference="5f6-02-b9v"/>
<exclude reference="Hse-EY-vcs"/>
<exclude reference="cRf-MG-bzv"/>
<exclude reference="p3l-YS-pks"/>
<exclude reference="Cbx-OD-VBj"/>
<exclude reference="EW6-BX-FsU"/>
<exclude reference="ubP-u6-1GA"/>
<exclude reference="LBA-XZ-pRF"/>
2014-10-29 21:58:58 +01:00
<exclude reference="Eaa-Ad-hwk"/>
<exclude reference="J4b-jA-oSj"/>
<exclude reference="fsb-fW-aTG"/>
<exclude reference="kWH-oD-5Hw"/>
<exclude reference="TUP-Kq-afk"/>
<exclude reference="V1z-yH-GJt"/>
<exclude reference="ih2-I3-eGH"/>
<exclude reference="89J-Z1-TDD"/>
<exclude reference="cz5-NL-Bmw"/>
2014-10-29 21:58:58 +01:00
<exclude reference="Api-xm-ASa"/>
<exclude reference="MSP-yX-DrP"/>
<exclude reference="mYi-az-aVL"/>
<exclude reference="Lmj-kn-XPR"/>
2014-10-29 21:58:58 +01:00
<exclude reference="EJb-70-lg4"/>
<exclude reference="LHc-pG-ofW"/>
<exclude reference="PFH-fV-jvN"/>
<exclude reference="SfR-rA-lmN"/>
<exclude reference="ab0-TM-8nb"/>
<exclude reference="oPp-yY-WZN"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="50y-cV-8aI"/>
<include reference="4o4-Xj-5JG"/>
<include reference="TiF-CF-7WU"/>
<include reference="ngV-Kv-6Ax"/>
<include reference="tTJ-pq-Z9L"/>
<include reference="gOQ-Qr-vtE"/>
<include reference="Sln-gX-9rd"/>
<include reference="O6t-0o-mk5"/>
<include reference="7IK-hd-tli"/>
<include reference="qJb-ZJ-J5r"/>
</mask>
<mask key="constraints">
<include reference="MVu-wT-IQ7"/>
<include reference="g1b-ej-0d4"/>
<include reference="hKi-GO-2of"/>
2014-10-29 21:58:58 +01:00
<include reference="5f6-02-b9v"/>
<include reference="Hse-EY-vcs"/>
<include reference="cRf-MG-bzv"/>
<include reference="p3l-YS-pks"/>
<include reference="Cbx-OD-VBj"/>
<include reference="EW6-BX-FsU"/>
<include reference="ubP-u6-1GA"/>
<include reference="LBA-XZ-pRF"/>
2014-10-29 21:58:58 +01:00
<include reference="Eaa-Ad-hwk"/>
<include reference="J4b-jA-oSj"/>
<include reference="fsb-fW-aTG"/>
<include reference="kWH-oD-5Hw"/>
<include reference="TUP-Kq-afk"/>
<include reference="V1z-yH-GJt"/>
<include reference="ih2-I3-eGH"/>
<include reference="89J-Z1-TDD"/>
<include reference="cz5-NL-Bmw"/>
2014-10-29 21:58:58 +01:00
<include reference="Api-xm-ASa"/>
<include reference="MSP-yX-DrP"/>
<include reference="mYi-az-aVL"/>
<include reference="Lmj-kn-XPR"/>
2014-10-29 21:58:58 +01:00
<include reference="EJb-70-lg4"/>
<include reference="LHc-pG-ofW"/>
<include reference="PFH-fV-jvN"/>
<include reference="SfR-rA-lmN"/>
<include reference="ab0-TM-8nb"/>
<include reference="oPp-yY-WZN"/>
</mask>
</variation>
</view>
<nil key="simulatedTopBarMetrics"/>
2014-10-29 21:58:58 +01:00
<connections>
<outlet property="countryCodeButton" destination="ngV-Kv-6Ax" id="2Hi-eD-y6U"/>
<outlet property="countryCodeLabel" destination="TiF-CF-7WU" id="a8o-pE-QzV"/>
<outlet property="countryNameLabel" destination="4o4-Xj-5JG" id="dFh-dM-mgC"/>
<outlet property="phoneNumberTextField" destination="tTJ-pq-Z9L" id="gPX-pu-twz"/>
<outlet property="sendCodeButton" destination="7IK-hd-tli" id="zj7-3u-4OR"/>
2014-11-20 21:36:20 +01:00
<segue destination="3Uo-Ow-qOD" kind="show" identifier="codeSent" id="KhC-MI-Evx"/>
2014-10-29 21:58:58 +01:00
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="rfK-ej-7ve" userLabel="First Responder" sceneMemberID="firstResponder"/>
<exit id="63r-gX-zar" userLabel="Exit" sceneMemberID="exit"/>
2014-10-29 21:58:58 +01:00
</objects>
<point key="canvasLocation" x="-1342.5" y="940.5"/>
2014-10-29 21:58:58 +01:00
</scene>
<!--Code Verification View Controller-->
<scene sceneID="44F-BV-mQs">
<objects>
<viewController id="3Uo-Ow-qOD" customClass="CodeVerificationViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="OuY-yn-ZQb"/>
<viewControllerLayoutGuide type="bottom" id="MHI-1c-yZH"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="Zgb-Uj-73M">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<userGuides>
<userLayoutGuide location="199" affinity="minX"/>
<userLayoutGuide location="199" affinity="minX"/>
</userGuides>
2014-10-29 21:58:58 +01:00
<subviews>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Code" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="yK6-ad-ihc">
<rect key="frame" x="0.0" y="-30" width="97" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="bfS-CL-Jgh"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="17"/>
<textInputTraits key="textInputTraits" keyboardType="numberPad" keyboardAppearance="alert"/>
<variation key="default">
<mask key="constraints">
<exclude reference="bfS-CL-Jgh"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="bfS-CL-Jgh"/>
</mask>
</variation>
</textField>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Enter the code you just received" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="49d-7m-0k6">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="32" id="mvm-EN-sk0"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="24"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="mvm-EN-sk0"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="mvm-EN-sk0"/>
</mask>
</variation>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="260-Dq-fnd">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<color key="backgroundColor" red="0.50588235290000005" green="0.50588235290000005" blue="0.50588235290000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="O3w-ox-onf"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="O3w-ox-onf"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="O3w-ox-onf"/>
</mask>
</variation>
</view>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="PHu-da-Fan">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="0ec-t9-zwJ"/>
<constraint firstAttribute="width" constant="100" id="MA2-40-BxI"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="30"/>
<state key="normal" title="Verify">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<variation key="default">
<mask key="constraints">
<exclude reference="0ec-t9-zwJ"/>
<exclude reference="MA2-40-BxI"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="0ec-t9-zwJ"/>
<include reference="MA2-40-BxI"/>
</mask>
</variation>
<connections>
<action selector="verifyChallengeAction:" destination="3Uo-Ow-qOD" eventType="touchUpInside" id="KLK-9J-Slf"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="IVn-LE-fmp">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<constraints>
<constraint firstAttribute="width" constant="63" id="Ruw-po-bob">
<variation key="heightClass=regular-widthClass=compact" constant="225"/>
</constraint>
<constraint firstAttribute="height" constant="30" id="lfU-Qy-gcH"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="16"/>
<state key="normal" title="Change phone number or cancel">
<color key="titleColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<variation key="default">
<mask key="constraints">
<exclude reference="Ruw-po-bob"/>
<exclude reference="lfU-Qy-gcH"/>
2014-10-29 21:58:58 +01:00
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="Ruw-po-bob"/>
<include reference="lfU-Qy-gcH"/>
2014-10-29 21:58:58 +01:00
</mask>
</variation>
<connections>
<segue destination="ZUP-dD-a8s" kind="unwind" unwindAction="unwindToChangeNumber:" id="4Dh-Ef-EAM"/>
2014-10-29 21:58:58 +01:00
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="HYX-Cr-u0w">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="4Xo-G3-3yp"/>
<constraint firstAttribute="width" constant="102" id="EoB-jn-bwV"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="19"/>
<state key="normal" title="Send again">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<variation key="default">
<mask key="constraints">
<exclude reference="4Xo-G3-3yp"/>
<exclude reference="EoB-jn-bwV"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="4Xo-G3-3yp"/>
<include reference="EoB-jn-bwV"/>
</mask>
</variation>
<connections>
<action selector="sendCodeSMSAction:" destination="3Uo-Ow-qOD" eventType="touchUpInside" id="jWS-dh-jsO"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2I5-tm-rMi">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<constraints>
<constraint firstAttribute="width" constant="200" id="UiP-hG-L0t"/>
<constraint firstAttribute="height" constant="30" id="UzF-a6-vRO"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="19"/>
<state key="normal" title="Call me instead">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<variation key="default">
<mask key="constraints">
<exclude reference="UiP-hG-L0t"/>
<exclude reference="UzF-a6-vRO"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="UiP-hG-L0t"/>
<include reference="UzF-a6-vRO"/>
</mask>
</variation>
<connections>
<action selector="sendCodeVoiceAction:" destination="3Uo-Ow-qOD" eventType="touchUpInside" id="YWt-aa-RUW"/>
</connections>
2014-10-29 21:58:58 +01:00
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" enabled="NO" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="80G-wF-Ki5">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="16"/>
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
2014-10-29 21:58:58 +01:00
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="centerX" secondItem="49d-7m-0k6" secondAttribute="centerX" id="601-ZF-xlq"/>
<constraint firstAttribute="centerX" secondItem="80G-wF-Ki5" secondAttribute="centerX" id="9Ob-8g-gcU"/>
2014-10-29 21:58:58 +01:00
<constraint firstAttribute="centerX" secondItem="PHu-da-Fan" secondAttribute="centerX" id="9hL-iF-RZL"/>
<constraint firstAttribute="centerX" secondItem="yK6-ad-ihc" secondAttribute="centerX" id="AIw-5F-Lfj"/>
<constraint firstItem="HYX-Cr-u0w" firstAttribute="top" secondItem="49d-7m-0k6" secondAttribute="bottom" constant="8" id="J0Z-pe-1GZ"/>
<constraint firstItem="49d-7m-0k6" firstAttribute="trailing" secondItem="Zgb-Uj-73M" secondAttribute="trailingMargin" id="JFF-KZ-h6I"/>
<constraint firstItem="yK6-ad-ihc" firstAttribute="top" secondItem="49d-7m-0k6" secondAttribute="bottom" constant="105" id="LsW-Pq-PRZ"/>
<constraint firstItem="PHu-da-Fan" firstAttribute="top" secondItem="yK6-ad-ihc" secondAttribute="bottom" constant="67" id="M8V-ht-k2s"/>
<constraint firstAttribute="centerX" secondItem="260-Dq-fnd" secondAttribute="centerX" id="Mb0-Wd-GVx"/>
<constraint firstItem="MHI-1c-yZH" firstAttribute="top" secondItem="IVn-LE-fmp" secondAttribute="bottom" constant="8" id="StQ-SP-FMd"/>
<constraint firstAttribute="centerX" secondItem="2I5-tm-rMi" secondAttribute="centerX" id="Wkv-S5-yMl"/>
2014-10-29 21:58:58 +01:00
<constraint firstItem="yK6-ad-ihc" firstAttribute="leading" secondItem="Zgb-Uj-73M" secondAttribute="leadingMargin" constant="84" id="c47-uE-awH"/>
<constraint firstAttribute="bottom" secondItem="2I5-tm-rMi" secondAttribute="bottom" constant="75" id="cJz-3Q-q4i"/>
2014-10-29 21:58:58 +01:00
<constraint firstItem="49d-7m-0k6" firstAttribute="top" secondItem="OuY-yn-ZQb" secondAttribute="bottom" constant="36" id="dP3-9o-eNP"/>
<constraint firstItem="260-Dq-fnd" firstAttribute="leading" secondItem="Zgb-Uj-73M" secondAttribute="leadingMargin" constant="84" id="dvC-Xu-1F4"/>
<constraint firstAttribute="bottom" secondItem="80G-wF-Ki5" secondAttribute="bottom" constant="46" id="eco-TD-FoN"/>
2014-10-29 21:58:58 +01:00
<constraint firstAttribute="trailingMargin" secondItem="260-Dq-fnd" secondAttribute="trailing" constant="84" id="mNE-hX-tgd"/>
<constraint firstAttribute="centerX" secondItem="HYX-Cr-u0w" secondAttribute="centerX" id="oPh-8d-yYT"/>
<constraint firstItem="49d-7m-0k6" firstAttribute="leading" secondItem="Zgb-Uj-73M" secondAttribute="leadingMargin" id="oSp-IH-lVa"/>
<constraint firstAttribute="centerX" secondItem="IVn-LE-fmp" secondAttribute="centerX" constant="-0.5" id="rmZ-rb-JoP">
<variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
</constraint>
<constraint firstAttribute="trailingMargin" secondItem="yK6-ad-ihc" secondAttribute="trailing" constant="84" id="yuF-1t-XeW"/>
<constraint firstItem="260-Dq-fnd" firstAttribute="top" secondItem="yK6-ad-ihc" secondAttribute="bottom" constant="2" id="z0p-1R-W5Z"/>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="yK6-ad-ihc"/>
<exclude reference="49d-7m-0k6"/>
<exclude reference="260-Dq-fnd"/>
<exclude reference="PHu-da-Fan"/>
<exclude reference="IVn-LE-fmp"/>
<exclude reference="HYX-Cr-u0w"/>
<exclude reference="2I5-tm-rMi"/>
<exclude reference="80G-wF-Ki5"/>
2014-10-29 21:58:58 +01:00
</mask>
<mask key="constraints">
<exclude reference="601-ZF-xlq"/>
<exclude reference="JFF-KZ-h6I"/>
<exclude reference="dP3-9o-eNP"/>
<exclude reference="oSp-IH-lVa"/>
<exclude reference="9Ob-8g-gcU"/>
<exclude reference="eco-TD-FoN"/>
<exclude reference="StQ-SP-FMd"/>
2014-10-29 21:58:58 +01:00
<exclude reference="AIw-5F-Lfj"/>
<exclude reference="LsW-Pq-PRZ"/>
<exclude reference="c47-uE-awH"/>
<exclude reference="yuF-1t-XeW"/>
<exclude reference="Wkv-S5-yMl"/>
<exclude reference="cJz-3Q-q4i"/>
<exclude reference="J0Z-pe-1GZ"/>
<exclude reference="oPh-8d-yYT"/>
<exclude reference="rmZ-rb-JoP"/>
<exclude reference="9hL-iF-RZL"/>
<exclude reference="M8V-ht-k2s"/>
2014-10-29 21:58:58 +01:00
<exclude reference="Mb0-Wd-GVx"/>
<exclude reference="dvC-Xu-1F4"/>
<exclude reference="mNE-hX-tgd"/>
<exclude reference="z0p-1R-W5Z"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="yK6-ad-ihc"/>
<include reference="49d-7m-0k6"/>
<include reference="260-Dq-fnd"/>
<include reference="PHu-da-Fan"/>
<include reference="IVn-LE-fmp"/>
<include reference="HYX-Cr-u0w"/>
<include reference="2I5-tm-rMi"/>
<include reference="80G-wF-Ki5"/>
2014-10-29 21:58:58 +01:00
</mask>
<mask key="constraints">
<include reference="601-ZF-xlq"/>
<include reference="JFF-KZ-h6I"/>
<include reference="dP3-9o-eNP"/>
<include reference="oSp-IH-lVa"/>
<include reference="9Ob-8g-gcU"/>
<include reference="eco-TD-FoN"/>
<include reference="StQ-SP-FMd"/>
2014-10-29 21:58:58 +01:00
<include reference="AIw-5F-Lfj"/>
<include reference="LsW-Pq-PRZ"/>
<include reference="c47-uE-awH"/>
<include reference="yuF-1t-XeW"/>
<include reference="Wkv-S5-yMl"/>
<include reference="cJz-3Q-q4i"/>
<include reference="J0Z-pe-1GZ"/>
<include reference="oPh-8d-yYT"/>
<include reference="rmZ-rb-JoP"/>
<include reference="9hL-iF-RZL"/>
<include reference="M8V-ht-k2s"/>
2014-10-29 21:58:58 +01:00
<include reference="Mb0-Wd-GVx"/>
<include reference="dvC-Xu-1F4"/>
<include reference="mNE-hX-tgd"/>
<include reference="z0p-1R-W5Z"/>
</mask>
</variation>
</view>
<nil key="simulatedTopBarMetrics"/>
2014-10-29 21:58:58 +01:00
<connections>
<outlet property="challengeButton" destination="PHu-da-Fan" id="hd0-4C-XqL"/>
2014-10-29 21:58:58 +01:00
<outlet property="challengeTextField" destination="yK6-ad-ihc" id="cnh-li-Z6O"/>
<outlet property="phoneNumberEntered" destination="80G-wF-Ki5" id="rRv-vj-0Eo"/>
<outlet property="sendCodeViaSMSAgainButton" destination="HYX-Cr-u0w" id="80C-tQ-khX"/>
<outlet property="sendCodeViaVoiceButton" destination="2I5-tm-rMi" id="h8C-UP-pj7"/>
2014-10-29 21:58:58 +01:00
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="WLS-Zq-ncm" userLabel="First Responder" sceneMemberID="firstResponder"/>
<exit id="ZUP-dD-a8s" userLabel="Exit" sceneMemberID="exit"/>
2014-10-29 21:58:58 +01:00
</objects>
<point key="canvasLocation" x="-475.5" y="940.5"/>
2014-10-29 21:58:58 +01:00
</scene>
<!--Signal Tab Bar Controller-->
2014-10-29 21:58:58 +01:00
<scene sceneID="dB1-7w-8YS">
<objects>
<tabBarController storyboardIdentifier="UserInitialViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="QKN-cj-wuH" customClass="SignalTabBarController" sceneMemberID="viewController">
2014-10-29 21:58:58 +01:00
<nil key="simulatedBottomBarMetrics"/>
<tabBar key="tabBar" contentMode="scaleToFill" translucent="NO" id="JT6-cn-7qk">
<rect key="frame" x="0.0" y="0.0" width="320" height="49"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" red="0.94901960784313721" green="0.94901960784313721" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
<color key="barTintColor" red="0.94901960784313721" green="0.94901960784313721" blue="0.94901960784313721" alpha="1" colorSpace="calibratedRGB"/>
<color key="selectedImageTintColor" red="0.50588235294117645" green="0.50588235294117645" blue="0.50588235294117645" alpha="1" colorSpace="calibratedRGB"/>
</tabBar>
<connections>
<segue destination="voG-nJ-5AE" kind="relationship" relationship="viewControllers" id="n5v-AN-H5v"/>
<segue destination="tuk-0x-yCb" kind="relationship" relationship="viewControllers" id="gmL-g3-5EN"/>
<segue destination="hxR-Pc-Gxm" kind="relationship" relationship="viewControllers" id="a4H-Ax-JAL"/>
<segue destination="lIF-0m-2N3" kind="presentation" identifier="showSignupFlow" animates="NO" id="IRa-F6-tmc"/>
2014-10-29 21:58:58 +01:00
</connections>
</tabBarController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Hgl-9i-kQr" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="442.5" y="62.25"/>
2014-10-29 21:58:58 +01:00
</scene>
<!--Contacts-->
<scene sceneID="P9O-s1-2L3">
<objects>
<tableViewController id="6mY-1Q-YBT" customClass="ContactsTableViewController" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="GqA-oC-CJa">
<rect key="frame" x="0.0" y="0.0" width="600" height="551"/>
2014-10-29 21:58:58 +01:00
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<connections>
<outlet property="dataSource" destination="6mY-1Q-YBT" id="ENQ-OE-pLW"/>
<outlet property="delegate" destination="6mY-1Q-YBT" id="hz8-JN-cbT"/>
</connections>
</tableView>
<navigationItem key="navigationItem" title="Contacts" id="oYb-E2-R06">
<barButtonItem key="rightBarButtonItem" image="keypad.png" id="BN6-QX-2Pe">
<connections>
<action selector="presentDialer:" destination="6mY-1Q-YBT" id="mG0-Su-7VQ"/>
</connections>
</barButtonItem>
</navigationItem>
<connections>
<outlet property="contactTableView" destination="GqA-oC-CJa" id="7n8-SC-J1z"/>
2014-10-29 21:58:58 +01:00
<segue destination="0XE-hu-8cu" kind="show" identifier="DetailSegue" id="nHU-Zk-VvG"/>
</connections>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="xQP-wB-KqH" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2290.5" y="392.25"/>
2014-10-29 21:58:58 +01:00
</scene>
<!--Contact Detail Table View Controller-->
<scene sceneID="cYN-Tc-52p">
<objects>
<tableViewController id="0XE-hu-8cu" customClass="ContactDetailTableViewController" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" style="plain" separatorStyle="default" showsSelectionImmediatelyOnTouchBegin="NO" rowHeight="150" sectionHeaderHeight="22" sectionFooterHeight="22" id="RoU-YO-d5P">
<rect key="frame" x="0.0" y="0.0" width="600" height="551"/>
2014-10-29 21:58:58 +01:00
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="0.94901960780000005" green="0.94901960780000005" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
<inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
<prototypes>
<tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="NameMainNumberCell" rowHeight="180" id="s9K-XI-hyH" customClass="ContactDetailCell">
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" tableViewCell="s9K-XI-hyH" id="wU0-a0-5eX">
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="DefaultContactImage.png" translatesAutoresizingMaskIntoConstraints="NO" id="tO8-Ws-fM1">
<rect key="frame" x="0.0" y="0.0" width="240" height="128"/>
<constraints>
<constraint firstAttribute="height" constant="100" id="Dde-Kf-THc"/>
<constraint firstAttribute="width" constant="100" id="nmq-C9-8fy"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="Dde-Kf-THc"/>
<exclude reference="nmq-C9-8fy"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="Dde-Kf-THc"/>
<include reference="nmq-C9-8fy"/>
</mask>
</variation>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Contact Name" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bNN-KQ-y5B">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="9be-ud-uR5"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="17"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="9be-ud-uR5"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="9be-ud-uR5"/>
</mask>
</variation>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="+1 234-567-8901" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wdW-CI-EaW">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="vr1-Np-HGj"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="17"/>
<color key="textColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="vr1-Np-HGj"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="vr1-Np-HGj"/>
</mask>
</variation>
</label>
</subviews>
<color key="backgroundColor" red="0.94901960780000005" green="0.94901960780000005" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="tO8-Ws-fM1" firstAttribute="top" secondItem="wU0-a0-5eX" secondAttribute="topMargin" id="3MK-mI-oOl">
<variation key="heightClass=regular-widthClass=compact" constant="8"/>
</constraint>
2014-10-29 21:58:58 +01:00
<constraint firstItem="bNN-KQ-y5B" firstAttribute="top" secondItem="tO8-Ws-fM1" secondAttribute="bottom" constant="8" id="Tbx-o9-F7q"/>
<constraint firstAttribute="centerX" secondItem="tO8-Ws-fM1" secondAttribute="centerX" id="arL-FC-hxm"/>
<constraint firstAttribute="trailingMargin" secondItem="bNN-KQ-y5B" secondAttribute="trailing" constant="42" id="ee0-9M-0xY"/>
<constraint firstItem="wdW-CI-EaW" firstAttribute="top" secondItem="bNN-KQ-y5B" secondAttribute="bottom" constant="-1" id="iRW-YD-RPC"/>
<constraint firstItem="bNN-KQ-y5B" firstAttribute="leading" secondItem="wU0-a0-5eX" secondAttribute="leadingMargin" constant="42" id="js4-Kp-Iwn"/>
<constraint firstItem="wdW-CI-EaW" firstAttribute="leading" secondItem="wU0-a0-5eX" secondAttribute="leadingMargin" constant="42" id="m7W-YV-0Tc"/>
<constraint firstAttribute="trailingMargin" secondItem="wdW-CI-EaW" secondAttribute="trailing" constant="42" id="tCM-7N-pLl"/>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="tO8-Ws-fM1"/>
<exclude reference="bNN-KQ-y5B"/>
<exclude reference="wdW-CI-EaW"/>
</mask>
<mask key="constraints">
<exclude reference="Tbx-o9-F7q"/>
<exclude reference="ee0-9M-0xY"/>
<exclude reference="js4-Kp-Iwn"/>
<exclude reference="iRW-YD-RPC"/>
<exclude reference="m7W-YV-0Tc"/>
<exclude reference="tCM-7N-pLl"/>
<exclude reference="3MK-mI-oOl"/>
<exclude reference="arL-FC-hxm"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="tO8-Ws-fM1"/>
<include reference="bNN-KQ-y5B"/>
<include reference="wdW-CI-EaW"/>
</mask>
<mask key="constraints">
<include reference="Tbx-o9-F7q"/>
<include reference="ee0-9M-0xY"/>
<include reference="js4-Kp-Iwn"/>
<include reference="iRW-YD-RPC"/>
<include reference="m7W-YV-0Tc"/>
<include reference="tCM-7N-pLl"/>
<include reference="3MK-mI-oOl"/>
<include reference="arL-FC-hxm"/>
</mask>
</variation>
</tableViewCellContentView>
<connections>
<outlet property="contactImageView" destination="tO8-Ws-fM1" id="UdJ-L2-W0Y"/>
<outlet property="contactName" destination="bNN-KQ-y5B" id="cIe-AQ-k51"/>
<outlet property="contactPhoneNumber" destination="wdW-CI-EaW" id="l6w-Gz-uDU"/>
</connections>
</tableViewCell>
<tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="ActionCell" rowHeight="60" id="Oss-Ve-Ae2" customClass="ActionContactDetailCell">
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Oss-Ve-Ae2" id="vmu-lW-Eyq">
<autoresizingMask key="autoresizingMask"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="cfo-cG-hLC">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="25" id="Oj4-9U-3zY"/>
<constraint firstAttribute="width" constant="25" id="TCV-4b-mLz"/>
</constraints>
<state key="normal" image="signal.png">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<variation key="default">
<mask key="constraints">
<exclude reference="Oj4-9U-3zY"/>
<exclude reference="TCV-4b-mLz"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="Oj4-9U-3zY"/>
<include reference="TCV-4b-mLz"/>
</mask>
</variation>
<connections>
<action selector="messageButtonTapped:" destination="Oss-Ve-Ae2" eventType="touchUpInside" id="xUe-ws-ORM"/>
</connections>
2014-10-29 21:58:58 +01:00
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yd5-y1-zqu">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<constraints>
<constraint firstAttribute="width" constant="23" id="68M-mB-Efc"/>
<constraint firstAttribute="height" constant="23" id="r9U-7K-XEr"/>
</constraints>
<state key="normal" image="call_dark.png">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<variation key="default">
<mask key="constraints">
<exclude reference="68M-mB-Efc"/>
<exclude reference="r9U-7K-XEr"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="68M-mB-Efc"/>
<include reference="r9U-7K-XEr"/>
</mask>
</variation>
<connections>
<action selector="callButtonTapped:" destination="Oss-Ve-Ae2" eventType="touchUpInside" id="1qD-m1-bQk"/>
</connections>
2014-10-29 21:58:58 +01:00
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Message" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Njs-kS-m25">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="width" constant="55" id="UxA-ao-sci"/>
<constraint firstAttribute="height" constant="21" id="hnh-3D-LVP"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="14"/>
<color key="textColor" red="0.31764705879999999" green="0.31764705879999999" blue="0.31764705879999999" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="UxA-ao-sci"/>
<exclude reference="hnh-3D-LVP"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="UxA-ao-sci"/>
<include reference="hnh-3D-LVP"/>
</mask>
</variation>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Clear history" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0Yf-x5-28z">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="17.5" id="Fzn-Wt-Epm"/>
<constraint firstAttribute="width" constant="77" id="WgZ-la-WMq"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="14"/>
<color key="textColor" red="0.31764705879999999" green="0.31764705879999999" blue="0.31764705879999999" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="Fzn-Wt-Epm"/>
<exclude reference="WgZ-la-WMq"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="Fzn-Wt-Epm"/>
<include reference="WgZ-la-WMq"/>
</mask>
</variation>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Call" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QPr-r4-cKa">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="width" constant="42" id="0NP-3E-UR7"/>
<constraint firstAttribute="height" constant="21" id="O15-em-Usq"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="14"/>
<color key="textColor" red="0.31764705879999999" green="0.31764705879999999" blue="0.31764705879999999" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="0NP-3E-UR7"/>
<exclude reference="O15-em-Usq"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="0NP-3E-UR7"/>
<include reference="O15-em-Usq"/>
</mask>
</variation>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="jiU-kH-HN5">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<constraints>
<constraint firstAttribute="width" constant="25" id="c0a-tJ-6DT"/>
<constraint firstAttribute="height" constant="25" id="fLA-UY-IXG"/>
</constraints>
<state key="normal" image="delete_history.png">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<variation key="default">
<mask key="constraints">
<exclude reference="c0a-tJ-6DT"/>
<exclude reference="fLA-UY-IXG"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="c0a-tJ-6DT"/>
<include reference="fLA-UY-IXG"/>
</mask>
</variation>
</button>
</subviews>
<constraints>
<constraint firstItem="cfo-cG-hLC" firstAttribute="centerX" secondItem="Njs-kS-m25" secondAttribute="centerX" id="5uk-1r-gO8"/>
<constraint firstItem="QPr-r4-cKa" firstAttribute="top" secondItem="yd5-y1-zqu" secondAttribute="bottom" constant="-1" id="C9w-qG-yIC"/>
<constraint firstItem="0Yf-x5-28z" firstAttribute="top" secondItem="jiU-kH-HN5" secondAttribute="bottom" id="CzT-yE-ZZi">
<variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
</constraint>
2014-11-21 14:23:16 +01:00
<constraint firstAttribute="trailingMargin" secondItem="jiU-kH-HN5" secondAttribute="trailing" constant="24" id="Dfd-BI-EVU">
<variation key="heightClass=regular-widthClass=compact" constant="30"/>
</constraint>
2014-10-29 21:58:58 +01:00
<constraint firstItem="jiU-kH-HN5" firstAttribute="top" secondItem="vmu-lW-Eyq" secondAttribute="topMargin" constant="2" id="EbC-OA-toO"/>
<constraint firstItem="yd5-y1-zqu" firstAttribute="leading" relation="lessThanOrEqual" secondItem="cfo-cG-hLC" secondAttribute="trailing" priority="750" constant="81" id="H6U-fc-9b2"/>
<constraint firstItem="QPr-r4-cKa" firstAttribute="leading" secondItem="Njs-kS-m25" secondAttribute="trailing" priority="750" constant="56" id="KD5-FZ-hIh"/>
2014-11-21 14:23:16 +01:00
<constraint firstAttribute="centerX" secondItem="yd5-y1-zqu" secondAttribute="centerX" constant="-0.5" id="R2z-Rq-wQr"/>
2014-10-29 21:58:58 +01:00
<constraint firstItem="Njs-kS-m25" firstAttribute="top" secondItem="cfo-cG-hLC" secondAttribute="bottom" constant="-2" id="VZj-eb-IRz"/>
2014-11-21 14:23:16 +01:00
<constraint firstItem="cfo-cG-hLC" firstAttribute="leading" secondItem="vmu-lW-Eyq" secondAttribute="leadingMargin" constant="30" id="d2p-aN-BLp"/>
2014-10-29 21:58:58 +01:00
<constraint firstItem="0Yf-x5-28z" firstAttribute="leading" secondItem="QPr-r4-cKa" secondAttribute="trailing" priority="750" constant="44" id="flS-Xw-75h"/>
<constraint firstItem="yd5-y1-zqu" firstAttribute="top" secondItem="vmu-lW-Eyq" secondAttribute="topMargin" constant="3" id="gq2-cU-hxB"/>
<constraint firstAttribute="trailingMargin" secondItem="0Yf-x5-28z" secondAttribute="trailing" priority="750" constant="19" id="jGu-1E-j8M">
<variation key="heightClass=regular-widthClass=compact" constant="-2"/>
</constraint>
<constraint firstItem="0Yf-x5-28z" firstAttribute="centerX" secondItem="jiU-kH-HN5" secondAttribute="centerX" id="jyc-n8-PKc"/>
<constraint firstItem="Njs-kS-m25" firstAttribute="leading" secondItem="cfo-cG-hLC" secondAttribute="trailing" constant="-40" id="lsu-rO-VMN"/>
<constraint firstItem="cfo-cG-hLC" firstAttribute="top" secondItem="vmu-lW-Eyq" secondAttribute="topMargin" constant="2" id="oW3-SC-n5d"/>
<constraint firstItem="jiU-kH-HN5" firstAttribute="leading" relation="lessThanOrEqual" secondItem="yd5-y1-zqu" secondAttribute="trailing" priority="750" constant="79" id="roy-5R-k37"/>
<constraint firstAttribute="bottomMargin" secondItem="QPr-r4-cKa" secondAttribute="bottom" constant="-2.5" id="toZ-zh-Iy3"/>
<constraint firstItem="QPr-r4-cKa" firstAttribute="centerX" secondItem="yd5-y1-zqu" secondAttribute="centerX" constant="-0.5" id="uMB-bd-99x"/>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="cfo-cG-hLC"/>
<exclude reference="yd5-y1-zqu"/>
<exclude reference="Njs-kS-m25"/>
<exclude reference="0Yf-x5-28z"/>
<exclude reference="QPr-r4-cKa"/>
<exclude reference="jiU-kH-HN5"/>
</mask>
<mask key="constraints">
<exclude reference="CzT-yE-ZZi"/>
<exclude reference="flS-Xw-75h"/>
<exclude reference="jGu-1E-j8M"/>
<exclude reference="jyc-n8-PKc"/>
2014-10-29 21:58:58 +01:00
<exclude reference="VZj-eb-IRz"/>
<exclude reference="lsu-rO-VMN"/>
<exclude reference="C9w-qG-yIC"/>
<exclude reference="KD5-FZ-hIh"/>
<exclude reference="toZ-zh-Iy3"/>
<exclude reference="uMB-bd-99x"/>
<exclude reference="5uk-1r-gO8"/>
<exclude reference="d2p-aN-BLp"/>
<exclude reference="oW3-SC-n5d"/>
<exclude reference="Dfd-BI-EVU"/>
<exclude reference="EbC-OA-toO"/>
<exclude reference="roy-5R-k37"/>
<exclude reference="H6U-fc-9b2"/>
<exclude reference="R2z-Rq-wQr"/>
<exclude reference="gq2-cU-hxB"/>
2014-10-29 21:58:58 +01:00
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="cfo-cG-hLC"/>
<include reference="yd5-y1-zqu"/>
<include reference="Njs-kS-m25"/>
<include reference="0Yf-x5-28z"/>
<include reference="QPr-r4-cKa"/>
<include reference="jiU-kH-HN5"/>
</mask>
<mask key="constraints">
<include reference="CzT-yE-ZZi"/>
<exclude reference="flS-Xw-75h"/>
<include reference="jGu-1E-j8M"/>
<include reference="jyc-n8-PKc"/>
2014-10-29 21:58:58 +01:00
<include reference="VZj-eb-IRz"/>
<include reference="lsu-rO-VMN"/>
<include reference="C9w-qG-yIC"/>
<exclude reference="KD5-FZ-hIh"/>
<include reference="toZ-zh-Iy3"/>
<include reference="uMB-bd-99x"/>
<include reference="5uk-1r-gO8"/>
<include reference="d2p-aN-BLp"/>
<include reference="oW3-SC-n5d"/>
<include reference="Dfd-BI-EVU"/>
<include reference="EbC-OA-toO"/>
<exclude reference="roy-5R-k37"/>
<exclude reference="H6U-fc-9b2"/>
<include reference="R2z-Rq-wQr"/>
<include reference="gq2-cU-hxB"/>
2014-10-29 21:58:58 +01:00
</mask>
</variation>
</tableViewCellContentView>
<inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
2014-11-24 21:51:43 +01:00
<connections>
<outlet property="contactCallButton" destination="yd5-y1-zqu" id="Lu1-fO-YK1"/>
<outlet property="contactShredButton" destination="jiU-kH-HN5" id="TCh-04-gXv"/>
<outlet property="contactTextButton" destination="cfo-cG-hLC" id="JKY-RT-mn6"/>
</connections>
2014-10-29 21:58:58 +01:00
</tableViewCell>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="EmailCell" rowHeight="60" id="fWm-EM-av7" customClass="ContactDetailCell">
2014-10-29 21:58:58 +01:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="fWm-EM-av7" id="yVD-4a-A9L">
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Email" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aSP-Vc-PEH">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="16"/>
<color key="textColor" red="0.50588235294117645" green="0.50588235294117645" blue="0.50588235294117645" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
<variation key="heightClass=regular-widthClass=compact" fixedFrame="YES">
<rect key="frame" x="23" y="12" width="42" height="21"/>
</variation>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="name@surname.me" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wyP-HL-Ljs">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
<variation key="heightClass=regular-widthClass=compact" fixedFrame="YES">
<rect key="frame" x="23" y="30" width="347" height="21"/>
</variation>
</label>
</subviews>
<variation key="default">
<mask key="subviews">
<exclude reference="aSP-Vc-PEH"/>
<exclude reference="wyP-HL-Ljs"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="aSP-Vc-PEH"/>
<include reference="wyP-HL-Ljs"/>
</mask>
</variation>
</tableViewCellContentView>
<inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
<connections>
<outlet property="contactEmailLabel" destination="wyP-HL-Ljs" id="XuV-Uf-aw4"/>
</connections>
2014-10-29 21:58:58 +01:00
</tableViewCell>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="AnnexPhoneNumberCell" rowHeight="60" id="gGz-wn-6Ah" customClass="ContactDetailCell">
2014-10-29 21:58:58 +01:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="gGz-wn-6Ah" id="GZI-HN-czN">
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Secondary phone number" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rRx-aO-dut">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="16"/>
<color key="textColor" red="0.50588235290000005" green="0.50588235290000005" blue="0.50588235290000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
<variation key="heightClass=regular-widthClass=compact" fixedFrame="YES">
<rect key="frame" x="23" y="10" width="178" height="21"/>
</variation>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="+1 467-394-0923" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kD5-iI-vzc">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
<variation key="heightClass=regular-widthClass=compact" fixedFrame="YES">
<rect key="frame" x="23" y="30" width="347" height="21"/>
</variation>
</label>
</subviews>
<variation key="default">
<mask key="subviews">
<exclude reference="rRx-aO-dut"/>
<exclude reference="kD5-iI-vzc"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="rRx-aO-dut"/>
<include reference="kD5-iI-vzc"/>
</mask>
</variation>
</tableViewCellContentView>
<inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
<connections>
<outlet property="contactAnnexNumberLabel" destination="kD5-iI-vzc" id="LnK-Hn-Bfa"/>
</connections>
2014-10-29 21:58:58 +01:00
</tableViewCell>
<tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="NotesCell" rowHeight="165" id="hWy-FH-ik2" customClass="ContactDetailCell">
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="hWy-FH-ik2" id="ep9-kD-7xS">
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Notes" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tp2-2C-q6U">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="2Kn-xo-DCh"/>
<constraint firstAttribute="width" constant="60" id="kd8-NP-mbI"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="16"/>
<color key="textColor" red="0.50588235290000005" green="0.50588235290000005" blue="0.50588235290000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="2Kn-xo-DCh"/>
<exclude reference="kd8-NP-mbI"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="2Kn-xo-DCh"/>
<include reference="kd8-NP-mbI"/>
</mask>
</variation>
</label>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9Lh-4T-usd">
<rect key="frame" x="0.0" y="0.0" width="240" height="128"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<string key="text">Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Nam liber te conscient to factor tum poen legum odioque civiuda.</string>
<fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="14"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
</subviews>
<constraints>
<constraint firstItem="9Lh-4T-usd" firstAttribute="leading" secondItem="ep9-kD-7xS" secondAttribute="leadingMargin" constant="15" id="AEY-2t-l6c"/>
2014-11-24 21:51:43 +01:00
<constraint firstAttribute="trailingMargin" secondItem="9Lh-4T-usd" secondAttribute="trailing" constant="25" id="NZf-g0-8kB">
<variation key="heightClass=regular-widthClass=compact" constant="15"/>
</constraint>
2014-10-29 21:58:58 +01:00
<constraint firstItem="tp2-2C-q6U" firstAttribute="leading" secondItem="ep9-kD-7xS" secondAttribute="leadingMargin" constant="15" id="V9H-eI-eg6"/>
<constraint firstItem="9Lh-4T-usd" firstAttribute="top" secondItem="ep9-kD-7xS" secondAttribute="topMargin" constant="24" id="oHG-jp-XMy"/>
2014-11-24 21:51:43 +01:00
<constraint firstAttribute="bottomMargin" secondItem="9Lh-4T-usd" secondAttribute="bottom" constant="-0.5" id="r5K-MP-uYB">
<variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
</constraint>
2014-10-29 21:58:58 +01:00
<constraint firstItem="tp2-2C-q6U" firstAttribute="top" secondItem="ep9-kD-7xS" secondAttribute="topMargin" constant="2" id="vpL-Be-Nwq"/>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="tp2-2C-q6U"/>
<exclude reference="9Lh-4T-usd"/>
</mask>
<mask key="constraints">
<exclude reference="V9H-eI-eg6"/>
<exclude reference="vpL-Be-Nwq"/>
<exclude reference="AEY-2t-l6c"/>
<exclude reference="NZf-g0-8kB"/>
<exclude reference="oHG-jp-XMy"/>
<exclude reference="r5K-MP-uYB"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="tp2-2C-q6U"/>
<include reference="9Lh-4T-usd"/>
</mask>
<mask key="constraints">
<include reference="V9H-eI-eg6"/>
<include reference="vpL-Be-Nwq"/>
<include reference="AEY-2t-l6c"/>
<include reference="NZf-g0-8kB"/>
<include reference="oHG-jp-XMy"/>
<include reference="r5K-MP-uYB"/>
</mask>
</variation>
</tableViewCellContentView>
<inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
2014-11-24 21:51:43 +01:00
<connections>
<outlet property="contactNotesTextView" destination="9Lh-4T-usd" id="dqc-pd-luh"/>
</connections>
2014-10-29 21:58:58 +01:00
</tableViewCell>
</prototypes>
<connections>
<outlet property="dataSource" destination="0XE-hu-8cu" id="pc7-WX-QWF"/>
<outlet property="delegate" destination="0XE-hu-8cu" id="CTN-3g-YOW"/>
</connections>
</tableView>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="srg-3q-gF9" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="3154.5" y="392.25"/>
2014-10-29 21:58:58 +01:00
</scene>
<!--Full Image View Controller-->
<scene sceneID="Awx-pS-RDJ">
<objects>
<viewController id="m2q-RS-sTo" customClass="FullImageViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="t0J-yq-Mbh"/>
<viewControllerLayoutGuide type="bottom" id="LH9-C1-m9I"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="WfW-cb-tK6">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Nm6-V1-1DQ">
<rect key="frame" x="0.0" y="0.0" width="240" height="128"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Neb-cr-TuQ">
<rect key="frame" x="0.0" y="0.0" width="240" height="128"/>
</imageView>
</subviews>
<constraints>
<constraint firstItem="Neb-cr-TuQ" firstAttribute="leading" secondItem="Nm6-V1-1DQ" secondAttribute="leading" id="9te-80-0Kb"/>
<constraint firstItem="Neb-cr-TuQ" firstAttribute="top" secondItem="Nm6-V1-1DQ" secondAttribute="top" id="JpP-5v-dCV"/>
<constraint firstAttribute="trailing" secondItem="Neb-cr-TuQ" secondAttribute="trailing" constant="400" id="MIF-Ph-3aX">
<variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
</constraint>
<constraint firstAttribute="centerX" secondItem="Neb-cr-TuQ" secondAttribute="centerX" constant="200" id="OgJ-gl-OHy">
<variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
</constraint>
<constraint firstAttribute="centerY" secondItem="Neb-cr-TuQ" secondAttribute="centerY" constant="400" id="pHe-78-0g9">
<variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
</constraint>
<constraint firstAttribute="bottom" secondItem="Neb-cr-TuQ" secondAttribute="bottom" constant="800" id="wCF-r0-Mcy">
<variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
</constraint>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="Neb-cr-TuQ"/>
</mask>
<mask key="constraints">
<exclude reference="9te-80-0Kb"/>
<exclude reference="JpP-5v-dCV"/>
<exclude reference="MIF-Ph-3aX"/>
<exclude reference="OgJ-gl-OHy"/>
<exclude reference="pHe-78-0g9"/>
<exclude reference="wCF-r0-Mcy"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="Neb-cr-TuQ"/>
</mask>
<mask key="constraints">
<include reference="9te-80-0Kb"/>
<include reference="JpP-5v-dCV"/>
<include reference="MIF-Ph-3aX"/>
<include reference="OgJ-gl-OHy"/>
<include reference="pHe-78-0g9"/>
<include reference="wCF-r0-Mcy"/>
</mask>
</variation>
</scrollView>
2014-10-29 21:58:58 +01:00
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2yV-c9-cpf">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="g8h-b7-vpN"/>
<constraint firstAttribute="width" constant="50" id="r8b-pK-z62"/>
</constraints>
<state key="normal" image="quit.png">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<variation key="default">
<mask key="constraints">
<exclude reference="g8h-b7-vpN"/>
<exclude reference="r8b-pK-z62"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="g8h-b7-vpN"/>
<include reference="r8b-pK-z62"/>
</mask>
</variation>
<connections>
<action selector="close:" destination="m2q-RS-sTo" eventType="touchUpInside" id="xN6-p0-Brk"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wrt-Gs-Awk">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="8e9-NC-H21"/>
<constraint firstAttribute="width" constant="50" id="LMa-lp-yS7"/>
</constraints>
<state key="normal" image="savephoto.png">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<variation key="default">
<mask key="constraints">
<exclude reference="8e9-NC-H21"/>
<exclude reference="LMa-lp-yS7"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="8e9-NC-H21"/>
<include reference="LMa-lp-yS7"/>
</mask>
</variation>
<connections>
<action selector="more:" destination="m2q-RS-sTo" eventType="touchUpInside" id="jeq-kT-wEb"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" cocoaTouchSystemColor="darkTextColor"/>
2014-10-29 21:58:58 +01:00
<constraints>
<constraint firstItem="LH9-C1-m9I" firstAttribute="top" secondItem="wrt-Gs-Awk" secondAttribute="bottom" constant="20" id="3F7-s6-l2J"/>
<constraint firstItem="LH9-C1-m9I" firstAttribute="top" secondItem="Nm6-V1-1DQ" secondAttribute="bottom" id="Ept-m4-iN0"/>
<constraint firstItem="Nm6-V1-1DQ" firstAttribute="top" secondItem="t0J-yq-Mbh" secondAttribute="bottom" id="Roc-JQ-f9y"/>
2014-10-29 21:58:58 +01:00
<constraint firstItem="2yV-c9-cpf" firstAttribute="leading" secondItem="WfW-cb-tK6" secondAttribute="leadingMargin" id="YbI-cl-hOB"/>
<constraint firstItem="Nm6-V1-1DQ" firstAttribute="leading" secondItem="WfW-cb-tK6" secondAttribute="leadingMargin" constant="-16" id="ZDj-at-031"/>
2014-10-29 21:58:58 +01:00
<constraint firstItem="LH9-C1-m9I" firstAttribute="top" secondItem="2yV-c9-cpf" secondAttribute="bottom" constant="20" id="lve-Jx-YbD"/>
<constraint firstItem="wrt-Gs-Awk" firstAttribute="leading" secondItem="2yV-c9-cpf" secondAttribute="trailing" constant="20" id="qxF-m3-YlM"/>
<constraint firstAttribute="trailingMargin" secondItem="Nm6-V1-1DQ" secondAttribute="trailing" constant="-16" id="rPg-Hq-Xxk"/>
2014-10-29 21:58:58 +01:00
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="Nm6-V1-1DQ"/>
2014-10-29 21:58:58 +01:00
<exclude reference="2yV-c9-cpf"/>
<exclude reference="wrt-Gs-Awk"/>
</mask>
<mask key="constraints">
<exclude reference="3F7-s6-l2J"/>
<exclude reference="Ept-m4-iN0"/>
<exclude reference="lve-Jx-YbD"/>
<exclude reference="YbI-cl-hOB"/>
<exclude reference="qxF-m3-YlM"/>
<exclude reference="Roc-JQ-f9y"/>
<exclude reference="ZDj-at-031"/>
<exclude reference="rPg-Hq-Xxk"/>
2014-10-29 21:58:58 +01:00
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="Nm6-V1-1DQ"/>
2014-10-29 21:58:58 +01:00
<include reference="2yV-c9-cpf"/>
<include reference="wrt-Gs-Awk"/>
</mask>
<mask key="constraints">
<include reference="3F7-s6-l2J"/>
<include reference="Ept-m4-iN0"/>
<include reference="lve-Jx-YbD"/>
<include reference="YbI-cl-hOB"/>
<include reference="qxF-m3-YlM"/>
<include reference="Roc-JQ-f9y"/>
<include reference="ZDj-at-031"/>
<include reference="rPg-Hq-Xxk"/>
2014-10-29 21:58:58 +01:00
</mask>
</variation>
</view>
<simulatedStatusBarMetrics key="simulatedStatusBarMetrics" statusBarStyle="lightContent"/>
2014-10-29 21:58:58 +01:00
<connections>
<outlet property="closeButton" destination="2yV-c9-cpf" id="0LC-MN-kUI"/>
<outlet property="fullImageView" destination="Neb-cr-TuQ" id="oFA-rD-2T5"/>
<outlet property="pinchView" destination="Nm6-V1-1DQ" id="yXB-Op-QkS"/>
2014-10-29 21:58:58 +01:00
<outlet property="saveButton" destination="wrt-Gs-Awk" id="69f-4L-Igh"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="a5y-ji-0eO" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="4000.5" y="392.25"/>
2014-10-29 21:58:58 +01:00
</scene>
<!--Signals Navigation Controller-->
<scene sceneID="miN-Ma-3eR">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="tuk-0x-yCb" customClass="SignalsNavigationController" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="" image="signals_tab.png" id="jye-1e-hLH">
2014-10-29 21:58:58 +01:00
<inset key="imageInsets" minX="0.0" minY="4" maxX="0.0" maxY="-4"/>
</tabBarItem>
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="VNq-cN-pk9">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<toolbar key="toolbar" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="Ili-XA-ka5">
<autoresizingMask key="autoresizingMask"/>
</toolbar>
<connections>
<segue destination="MY2-bB-USa" kind="relationship" relationship="rootViewController" id="3Fm-tH-SUz"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="6tU-Dy-HQe" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1372.5" y="-261"/>
2014-10-29 21:58:58 +01:00
</scene>
<!--Navigation Controller-->
<scene sceneID="d9M-87-JHc">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="voG-nJ-5AE" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" image="contacts_tab.png" id="kjO-gW-2ja">
<inset key="imageInsets" minX="0.0" minY="4" maxX="0.0" maxY="-4"/>
</tabBarItem>
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="qhF-o2-tBt">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="6mY-1Q-YBT" kind="relationship" relationship="rootViewController" id="J6b-zw-B7w"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="rcU-oi-2J6" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1377" y="392.25"/>
2014-10-29 21:58:58 +01:00
</scene>
<!--Navigation Controller-->
<scene sceneID="8zg-9i-Ja1">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="hxR-Pc-Gxm" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" image="settings_tab.png" id="39n-tG-6SH">
2014-10-29 21:58:58 +01:00
<inset key="imageInsets" minX="0.0" minY="4" maxX="0.0" maxY="-4"/>
</tabBarItem>
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="KoF-GZ-8nB">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="n1f-7Y-906" kind="relationship" relationship="rootViewController" id="YxX-00-HNN"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="I4o-GY-ah6" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="454.5" y="1102.5"/>
</scene>
<!--Settings-->
<scene sceneID="BD7-1h-slc">
<objects>
<tableViewController id="n1f-7Y-906" customClass="SettingsTableViewController" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="FhQ-dM-1mj">
<rect key="frame" x="0.0" y="0.0" width="600" height="551"/>
2014-10-29 21:58:58 +01:00
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="0.94901960780000005" green="0.94901960780000005" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
<view key="tableFooterView" contentMode="scaleToFill" id="Ezq-Cw-na2">
<rect key="frame" x="0.0" y="600" width="600" height="568"/>
2014-10-29 21:58:58 +01:00
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yD5-2a-WDn">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="40" id="kAN-p0-AiW"/>
</constraints>
2014-10-29 21:58:58 +01:00
<string key="text">Copyright ©OpenWhisperSystems
Licensed under the GPLv3</string>
<fontDescription key="fontDescription" type="system" pointSize="11"/>
<color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="kAN-p0-AiW"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="kAN-p0-AiW"/>
</mask>
</variation>
2014-10-29 21:58:58 +01:00
</label>
</subviews>
<color key="backgroundColor" red="0.94901960780000005" green="0.94901960780000005" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="yD5-2a-WDn" firstAttribute="top" secondItem="Ezq-Cw-na2" secondAttribute="top" constant="8" id="Gib-h9-eVO"/>
<constraint firstItem="yD5-2a-WDn" firstAttribute="leading" secondItem="Ezq-Cw-na2" secondAttribute="leading" constant="8" id="Jdi-o3-pGy"/>
<constraint firstAttribute="bottom" secondItem="yD5-2a-WDn" secondAttribute="bottom" constant="8" id="NRH-81-JZa"/>
<constraint firstAttribute="trailing" secondItem="yD5-2a-WDn" secondAttribute="trailing" constant="8" id="SP2-Vt-nmY"/>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="yD5-2a-WDn"/>
</mask>
<mask key="constraints">
<exclude reference="Gib-h9-eVO"/>
<exclude reference="Jdi-o3-pGy"/>
<exclude reference="NRH-81-JZa"/>
<exclude reference="SP2-Vt-nmY"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="yD5-2a-WDn"/>
</mask>
<mask key="constraints">
<include reference="Gib-h9-eVO"/>
<include reference="Jdi-o3-pGy"/>
<exclude reference="NRH-81-JZa"/>
2014-10-29 21:58:58 +01:00
<include reference="SP2-Vt-nmY"/>
</mask>
</variation>
</view>
<sections>
<tableViewSection id="2XP-ps-mfi">
<cells>
<tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" rowHeight="87" id="5zF-Ko-9qU" customClass="SettingsTableViewCell">
2014-10-29 21:58:58 +01:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="5zF-Ko-9qU" id="gr7-Sm-bcs">
<autoresizingMask key="autoresizingMask"/>
<subviews>
2014-11-26 16:00:10 +01:00
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Registered Number" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3Pu-Cs-0K2">
2014-10-29 21:58:58 +01:00
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="29" id="Qtv-Rd-0jb"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="Qtv-Rd-0jb"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="Qtv-Rd-0jb"/>
</mask>
</variation>
</label>
2014-11-26 16:00:10 +01:00
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="+1 28381283 8321" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ipE-BI-sLL">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="17"/>
<color key="textColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
2014-10-29 21:58:58 +01:00
</subviews>
<constraints>
<constraint firstItem="3Pu-Cs-0K2" firstAttribute="trailing" secondItem="gr7-Sm-bcs" secondAttribute="trailingMargin" id="4cA-kW-n9A">
<variation key="heightClass=regular-widthClass=compact" constant="-50"/>
</constraint>
<constraint firstItem="3Pu-Cs-0K2" firstAttribute="top" secondItem="gr7-Sm-bcs" secondAttribute="topMargin" constant="14" id="5bY-hD-EYS">
<variation key="heightClass=regular-widthClass=compact" constant="12"/>
2014-10-29 21:58:58 +01:00
</constraint>
<constraint firstItem="ipE-BI-sLL" firstAttribute="leading" secondItem="gr7-Sm-bcs" secondAttribute="leadingMargin" constant="99" id="c5a-HY-X68">
<variation key="heightClass=regular-widthClass=compact" constant="50"/>
</constraint>
<constraint firstItem="ipE-BI-sLL" firstAttribute="trailing" secondItem="gr7-Sm-bcs" secondAttribute="trailingMargin" id="cU4-H3-udB">
<variation key="heightClass=regular-widthClass=compact" constant="-49"/>
</constraint>
<constraint firstItem="3Pu-Cs-0K2" firstAttribute="leading" secondItem="gr7-Sm-bcs" secondAttribute="leadingMargin" constant="99" id="gVJ-kJ-ilB">
<variation key="heightClass=regular-widthClass=compact" constant="50"/>
</constraint>
<constraint firstAttribute="bottomMargin" secondItem="ipE-BI-sLL" secondAttribute="bottom" constant="11.5" id="nIo-TW-c0a">
<variation key="heightClass=regular-widthClass=compact" constant="12"/>
2014-10-29 21:58:58 +01:00
</constraint>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="3Pu-Cs-0K2"/>
<exclude reference="ipE-BI-sLL"/>
2014-10-29 21:58:58 +01:00
</mask>
<mask key="constraints">
<exclude reference="4cA-kW-n9A"/>
<exclude reference="5bY-hD-EYS"/>
<exclude reference="gVJ-kJ-ilB"/>
<exclude reference="c5a-HY-X68"/>
<exclude reference="cU4-H3-udB"/>
<exclude reference="nIo-TW-c0a"/>
2014-10-29 21:58:58 +01:00
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="3Pu-Cs-0K2"/>
<include reference="ipE-BI-sLL"/>
2014-10-29 21:58:58 +01:00
</mask>
<mask key="constraints">
<include reference="4cA-kW-n9A"/>
<include reference="5bY-hD-EYS"/>
<include reference="gVJ-kJ-ilB"/>
<include reference="c5a-HY-X68"/>
<include reference="cU4-H3-udB"/>
<include reference="nIo-TW-c0a"/>
2014-10-29 21:58:58 +01:00
</mask>
</variation>
</tableViewCellContentView>
<color key="backgroundColor" red="0.94901960780000005" green="0.94901960780000005" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
<inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
</tableViewCell>
</cells>
</tableViewSection>
<tableViewSection id="JqD-8c-dMF">
<cells>
<tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="enableScreenSecurity" rowHeight="60" id="quP-Cu-8LE" customClass="SettingsTableViewCell">
2014-10-29 21:58:58 +01:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="quP-Cu-8LE" id="i03-Ww-QZz">
<autoresizingMask key="autoresizingMask"/>
<subviews>
2014-12-04 22:14:37 +01:00
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="skL-aj-42C">
<rect key="frame" x="-25" y="-15" width="51" height="31"/>
</switch>
2014-10-29 21:58:58 +01:00
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Enable Screen Security" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ExV-2K-JEg">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="ExV-2K-JEg" firstAttribute="top" secondItem="i03-Ww-QZz" secondAttribute="topMargin" constant="3" id="2lQ-r0-TpV"/>
<constraint firstItem="skL-aj-42C" firstAttribute="leading" secondItem="ExV-2K-JEg" secondAttribute="trailing" constant="21" id="Ato-ay-iFe">
<variation key="heightClass=regular-widthClass=compact" constant="8"/>
</constraint>
<constraint firstAttribute="trailingMargin" secondItem="ExV-2K-JEg" secondAttribute="trailing" constant="70" id="UfF-zB-xdk"/>
<constraint firstItem="skL-aj-42C" firstAttribute="trailing" secondItem="i03-Ww-QZz" secondAttribute="trailingMargin" id="cKU-qh-Qkr">
<variation key="heightClass=regular-widthClass=compact" constant="-13"/>
</constraint>
<constraint firstItem="skL-aj-42C" firstAttribute="top" secondItem="i03-Ww-QZz" secondAttribute="topMargin" constant="-2" id="dRq-w1-9Ed">
<variation key="heightClass=regular-widthClass=compact" constant="6"/>
</constraint>
<constraint firstItem="ExV-2K-JEg" firstAttribute="leading" secondItem="i03-Ww-QZz" secondAttribute="leadingMargin" id="mEj-Hr-RsU">
<variation key="heightClass=regular-widthClass=compact" constant="7"/>
</constraint>
<constraint firstAttribute="centerY" secondItem="ExV-2K-JEg" secondAttribute="centerY" constant="8.5" id="uFa-F9-dpA">
<variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
</constraint>
2014-10-29 21:58:58 +01:00
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="skL-aj-42C"/>
2014-12-04 22:14:37 +01:00
<exclude reference="ExV-2K-JEg"/>
2014-10-29 21:58:58 +01:00
</mask>
<mask key="constraints">
<exclude reference="2lQ-r0-TpV"/>
<exclude reference="UfF-zB-xdk"/>
<exclude reference="mEj-Hr-RsU"/>
<exclude reference="uFa-F9-dpA"/>
2014-10-29 21:58:58 +01:00
<exclude reference="Ato-ay-iFe"/>
<exclude reference="cKU-qh-Qkr"/>
<exclude reference="dRq-w1-9Ed"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="skL-aj-42C"/>
2014-12-04 22:14:37 +01:00
<include reference="ExV-2K-JEg"/>
2014-10-29 21:58:58 +01:00
</mask>
<mask key="constraints">
<exclude reference="2lQ-r0-TpV"/>
2014-10-29 21:58:58 +01:00
<exclude reference="UfF-zB-xdk"/>
<include reference="mEj-Hr-RsU"/>
<include reference="uFa-F9-dpA"/>
2014-10-29 21:58:58 +01:00
<include reference="Ato-ay-iFe"/>
<include reference="cKU-qh-Qkr"/>
<include reference="dRq-w1-9Ed"/>
</mask>
</variation>
</tableViewCellContentView>
<connections>
<outlet property="toggle" destination="skL-aj-42C" id="6hk-50-dsy"/>
</connections>
</tableViewCell>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" rowHeight="60" id="qa9-qm-gch">
2014-10-29 21:58:58 +01:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="qa9-qm-gch" id="TLw-od-YLh">
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Clear History Log" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ge3-su-Oww">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="width" constant="307" id="JCs-ZU-Cia">
<variation key="heightClass=regular-widthClass=compact" constant="200"/>
</constraint>
2014-10-29 21:58:58 +01:00
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="JCs-ZU-Cia"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="JCs-ZU-Cia"/>
</mask>
</variation>
</label>
</subviews>
<constraints>
<constraint firstItem="ge3-su-Oww" firstAttribute="top" secondItem="TLw-od-YLh" secondAttribute="topMargin" constant="3" id="N0U-5v-psp">
<variation key="heightClass=regular-widthClass=compact" constant="11"/>
</constraint>
<constraint firstAttribute="centerY" secondItem="ge3-su-Oww" secondAttribute="centerY" constant="0.5" id="ff3-A9-MxW"/>
2014-10-29 21:58:58 +01:00
<constraint firstItem="ge3-su-Oww" firstAttribute="leading" secondItem="TLw-od-YLh" secondAttribute="leadingMargin" id="ii2-b8-DzC">
<variation key="heightClass=regular-widthClass=compact" constant="7"/>
</constraint>
<constraint firstAttribute="trailingMargin" secondItem="ge3-su-Oww" secondAttribute="trailing" constant="70" id="uV4-Qx-pcp"/>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="ge3-su-Oww"/>
</mask>
<mask key="constraints">
<exclude reference="N0U-5v-psp"/>
<exclude reference="ff3-A9-MxW"/>
2014-10-29 21:58:58 +01:00
<exclude reference="ii2-b8-DzC"/>
<exclude reference="uV4-Qx-pcp"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="ge3-su-Oww"/>
</mask>
<mask key="constraints">
<exclude reference="N0U-5v-psp"/>
<include reference="ff3-A9-MxW"/>
2014-10-29 21:58:58 +01:00
<include reference="ii2-b8-DzC"/>
<exclude reference="uV4-Qx-pcp"/>
</mask>
</variation>
</tableViewCellContentView>
</tableViewCell>
<tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" rowHeight="60" id="xqr-ce-rni">
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="xqr-ce-rni" id="b4l-um-jXd">
<autoresizingMask key="autoresizingMask"/>
<subviews>
2014-12-04 22:14:37 +01:00
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="V8I-9d-kbu">
<rect key="frame" x="-25" y="-15" width="51" height="31"/>
</switch>
2014-10-29 21:58:58 +01:00
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Disable Debugging Logs" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2iY-pe-fva">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstAttribute="centerY" secondItem="2iY-pe-fva" secondAttribute="centerY" constant="8.5" id="3qC-6T-mjy">
<variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
</constraint>
2014-10-29 21:58:58 +01:00
<constraint firstAttribute="trailingMargin" secondItem="2iY-pe-fva" secondAttribute="trailing" constant="70" id="BKh-xT-hZ0"/>
<constraint firstItem="V8I-9d-kbu" firstAttribute="trailing" secondItem="b4l-um-jXd" secondAttribute="trailingMargin" id="GK1-fQ-8Ke">
<variation key="heightClass=regular-widthClass=compact" constant="-13"/>
</constraint>
<constraint firstItem="2iY-pe-fva" firstAttribute="leading" secondItem="b4l-um-jXd" secondAttribute="leadingMargin" id="TGm-qt-Uiv">
<variation key="heightClass=regular-widthClass=compact" constant="7"/>
</constraint>
<constraint firstItem="V8I-9d-kbu" firstAttribute="top" secondItem="b4l-um-jXd" secondAttribute="topMargin" constant="-2" id="ZKW-Ii-Gj8">
<variation key="heightClass=regular-widthClass=compact" constant="6"/>
</constraint>
<constraint firstItem="2iY-pe-fva" firstAttribute="top" secondItem="b4l-um-jXd" secondAttribute="topMargin" constant="3" id="cu5-wT-Hnb"/>
<constraint firstItem="V8I-9d-kbu" firstAttribute="leading" secondItem="2iY-pe-fva" secondAttribute="trailing" constant="21" id="iyJ-5o-NUy">
<variation key="heightClass=regular-widthClass=compact" constant="8"/>
</constraint>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="V8I-9d-kbu"/>
2014-12-04 22:14:37 +01:00
<exclude reference="2iY-pe-fva"/>
2014-10-29 21:58:58 +01:00
</mask>
<mask key="constraints">
<exclude reference="3qC-6T-mjy"/>
2014-10-29 21:58:58 +01:00
<exclude reference="BKh-xT-hZ0"/>
<exclude reference="TGm-qt-Uiv"/>
<exclude reference="cu5-wT-Hnb"/>
<exclude reference="GK1-fQ-8Ke"/>
<exclude reference="ZKW-Ii-Gj8"/>
<exclude reference="iyJ-5o-NUy"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="V8I-9d-kbu"/>
2014-12-04 22:14:37 +01:00
<include reference="2iY-pe-fva"/>
2014-10-29 21:58:58 +01:00
</mask>
<mask key="constraints">
<include reference="3qC-6T-mjy"/>
2014-10-29 21:58:58 +01:00
<exclude reference="BKh-xT-hZ0"/>
<include reference="TGm-qt-Uiv"/>
<exclude reference="cu5-wT-Hnb"/>
2014-10-29 21:58:58 +01:00
<include reference="GK1-fQ-8Ke"/>
<include reference="ZKW-Ii-Gj8"/>
<include reference="iyJ-5o-NUy"/>
</mask>
</variation>
</tableViewCellContentView>
</tableViewCell>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" rowHeight="60" id="EsY-xH-b6d">
2014-10-29 21:58:58 +01:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="EsY-xH-b6d" id="b4g-jW-QGg">
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Submit Debug Log" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Bky-Zv-3If">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="width" constant="307" id="9SX-bZ-YXh">
<variation key="heightClass=regular-widthClass=compact" constant="200"/>
</constraint>
2014-10-29 21:58:58 +01:00
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="9SX-bZ-YXh"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="9SX-bZ-YXh"/>
</mask>
</variation>
</label>
</subviews>
<constraints>
<constraint firstAttribute="centerY" secondItem="Bky-Zv-3If" secondAttribute="centerY" constant="0.5" id="MMP-L4-uaR"/>
2014-10-29 21:58:58 +01:00
<constraint firstAttribute="trailingMargin" secondItem="Bky-Zv-3If" secondAttribute="trailing" constant="70" id="VRe-Vg-wkG"/>
<constraint firstItem="Bky-Zv-3If" firstAttribute="leading" secondItem="b4g-jW-QGg" secondAttribute="leadingMargin" id="dPx-S9-St5">
<variation key="heightClass=regular-widthClass=compact" constant="7"/>
</constraint>
<constraint firstItem="Bky-Zv-3If" firstAttribute="top" secondItem="b4g-jW-QGg" secondAttribute="topMargin" constant="3" id="uCQ-eF-qQZ">
<variation key="heightClass=regular-widthClass=compact" constant="11"/>
</constraint>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="Bky-Zv-3If"/>
</mask>
<mask key="constraints">
<exclude reference="MMP-L4-uaR"/>
2014-10-29 21:58:58 +01:00
<exclude reference="VRe-Vg-wkG"/>
<exclude reference="dPx-S9-St5"/>
<exclude reference="uCQ-eF-qQZ"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="Bky-Zv-3If"/>
</mask>
<mask key="constraints">
<include reference="MMP-L4-uaR"/>
2014-10-29 21:58:58 +01:00
<exclude reference="VRe-Vg-wkG"/>
<include reference="dPx-S9-St5"/>
<exclude reference="uCQ-eF-qQZ"/>
2014-10-29 21:58:58 +01:00
</mask>
</variation>
</tableViewCellContentView>
</tableViewCell>
2014-11-26 16:00:10 +01:00
<tableViewCell contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" rowHeight="60" id="oyZ-2D-g0x">
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="oyZ-2D-g0x" id="1uC-gH-Uix">
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Unregister" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Sfh-Oe-zHD">
<rect key="frame" x="0.0" y="-21" width="42" height="21"/>
<constraints>
<constraint firstAttribute="width" constant="307" id="1K4-4S-8z2">
<variation key="heightClass=regular-widthClass=compact" constant="200"/>
</constraint>
2014-11-26 16:00:10 +01:00
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
<variation key="default">
<mask key="constraints">
<exclude reference="1K4-4S-8z2"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="1K4-4S-8z2"/>
</mask>
</variation>
</label>
</subviews>
<constraints>
<constraint firstAttribute="trailingMargin" secondItem="Sfh-Oe-zHD" secondAttribute="trailing" constant="70" id="2Yi-Ys-ktP"/>
<constraint firstItem="Sfh-Oe-zHD" firstAttribute="leading" secondItem="1uC-gH-Uix" secondAttribute="leadingMargin" id="9g3-QT-YQ4">
<variation key="heightClass=regular-widthClass=compact" constant="7"/>
</constraint>
<constraint firstItem="Sfh-Oe-zHD" firstAttribute="top" secondItem="1uC-gH-Uix" secondAttribute="topMargin" constant="3" id="MLH-1z-7aq">
<variation key="heightClass=regular-widthClass=compact" constant="11"/>
</constraint>
<constraint firstAttribute="centerY" secondItem="Sfh-Oe-zHD" secondAttribute="centerY" constant="0.5" id="xmN-mx-T5t">
<variation key="heightClass=regular-widthClass=compact" constant="0.0"/>
</constraint>
2014-11-26 16:00:10 +01:00
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="Sfh-Oe-zHD"/>
</mask>
<mask key="constraints">
<exclude reference="2Yi-Ys-ktP"/>
<exclude reference="9g3-QT-YQ4"/>
<exclude reference="MLH-1z-7aq"/>
<exclude reference="xmN-mx-T5t"/>
2014-11-26 16:00:10 +01:00
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="Sfh-Oe-zHD"/>
</mask>
<mask key="constraints">
<exclude reference="2Yi-Ys-ktP"/>
<include reference="9g3-QT-YQ4"/>
<exclude reference="MLH-1z-7aq"/>
<include reference="xmN-mx-T5t"/>
2014-11-26 16:00:10 +01:00
</mask>
</variation>
</tableViewCellContentView>
</tableViewCell>
2014-10-29 21:58:58 +01:00
</cells>
</tableViewSection>
</sections>
<connections>
<outlet property="dataSource" destination="n1f-7Y-906" id="AZ1-t5-kxA"/>
<outlet property="delegate" destination="n1f-7Y-906" id="qdU-Y6-vJ9"/>
</connections>
</tableView>
<navigationItem key="navigationItem" title="Settings" id="Yrv-vP-ZVP"/>
2014-11-26 16:00:10 +01:00
<connections>
<outlet property="registeredNumber" destination="ipE-BI-sLL" id="emG-hV-7kX"/>
</connections>
2014-10-29 21:58:58 +01:00
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="b8Q-ui-1Tb" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1372.5" y="1102.5"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="aWR-d3-s5V">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="cZ7-de-SUi" sceneMemberID="viewController">
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="gzw-fh-en2">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="Qga-41-bw2" kind="relationship" relationship="rootViewController" id="gt8-cl-Yhf"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="b1E-7L-eKw" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2236.5" y="-906.75"/>
</scene>
<!--New Message-->
<scene sceneID="qez-9r-EDt">
<objects>
<tableViewController id="Qga-41-bw2" customClass="MessageComposeTableViewController" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="X9S-Pa-EbX">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<connections>
<outlet property="dataSource" destination="Qga-41-bw2" id="dUq-5d-dub"/>
<outlet property="delegate" destination="Qga-41-bw2" id="vfF-Gh-noL"/>
</connections>
</tableView>
<navigationItem key="navigationItem" title="New Message" id="D6A-aV-gEq">
<barButtonItem key="leftBarButtonItem" systemItem="cancel" id="bP2-Tc-byJ">
<connections>
<action selector="closeAction:" destination="Qga-41-bw2" id="i8h-aS-Y3o"/>
</connections>
</barButtonItem>
<barButtonItem key="rightBarButtonItem" title="Group" id="Xmt-s8-mRN">
<connections>
<segue destination="bDi-2Q-XOC" kind="show" id="D0d-4f-lcI"/>
</connections>
</barButtonItem>
</navigationItem>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="fUD-iU-Cax" userLabel="First Responder" sceneMemberID="firstResponder"/>
<searchDisplayController id="f1M-Dk-nMv"/>
</objects>
<point key="canvasLocation" x="3082.5" y="-906.75"/>
</scene>
<!--New Group View Controller-->
<scene sceneID="mdV-ti-fPA">
<objects>
<viewController id="bDi-2Q-XOC" customClass="NewGroupViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="iwX-I4-Aa3"/>
<viewControllerLayoutGuide type="bottom" id="kH6-9L-pzh"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="P0X-AM-Yjw">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ukg-om-VX3">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<subviews>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Name this group chat" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="gbm-B5-gCc">
<rect key="frame" x="0.0" y="-30" width="97" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="bKM-dc-IsP"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences" returnKeyType="done" enablesReturnKeyAutomatically="YES"/>
<variation key="default">
<mask key="constraints">
<exclude reference="bKM-dc-IsP"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="bKM-dc-IsP"/>
</mask>
</variation>
</textField>
2014-10-29 21:58:58 +01:00
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Ul8-NY-i4c">
<rect key="frame" x="-23" y="-15" width="46" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="80" id="Fkg-iq-6Ap">
<variation key="heightClass=regular-widthClass=compact" constant="60"/>
</constraint>
<constraint firstAttribute="width" constant="80" id="l0W-ug-b1c">
<variation key="heightClass=regular-widthClass=compact" constant="60"/>
</constraint>
2014-10-29 21:58:58 +01:00
</constraints>
<state key="normal" image="group_photo.png">
2014-10-29 21:58:58 +01:00
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<variation key="default">
<mask key="constraints">
<exclude reference="Fkg-iq-6Ap"/>
<exclude reference="l0W-ug-b1c"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="constraints">
<include reference="Fkg-iq-6Ap"/>
<include reference="l0W-ug-b1c"/>
</mask>
</variation>
<connections>
<action selector="addGroupPhoto:" destination="bDi-2Q-XOC" eventType="touchUpInside" id="S3n-hS-Ac6"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="gbm-B5-gCc" secondAttribute="trailing" constant="8" id="1Pn-JF-Njp"/>
<constraint firstItem="gbm-B5-gCc" firstAttribute="top" secondItem="Ukg-om-VX3" secondAttribute="top" constant="35" id="3Zi-yw-cGM"/>
<constraint firstAttribute="height" constant="100" id="GmE-Dd-5tf"/>
<constraint firstItem="Ul8-NY-i4c" firstAttribute="leading" secondItem="Ukg-om-VX3" secondAttribute="leading" constant="8" id="Z82-gx-rVW"/>
<constraint firstItem="Ul8-NY-i4c" firstAttribute="top" secondItem="Ukg-om-VX3" secondAttribute="top" constant="10" id="ZIm-Uq-bM8">
<variation key="heightClass=regular-widthClass=compact" constant="20"/>
</constraint>
<constraint firstItem="gbm-B5-gCc" firstAttribute="leading" secondItem="Ul8-NY-i4c" secondAttribute="trailing" constant="8" id="yn3-rt-mGC">
<variation key="heightClass=regular-widthClass=compact" constant="18"/>
</constraint>
2014-10-29 21:58:58 +01:00
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="gbm-B5-gCc"/>
<exclude reference="Ul8-NY-i4c"/>
2014-10-29 21:58:58 +01:00
</mask>
<mask key="constraints">
<exclude reference="GmE-Dd-5tf"/>
<exclude reference="1Pn-JF-Njp"/>
<exclude reference="3Zi-yw-cGM"/>
<exclude reference="yn3-rt-mGC"/>
<exclude reference="Z82-gx-rVW"/>
<exclude reference="ZIm-Uq-bM8"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
2014-10-29 21:58:58 +01:00
<mask key="subviews">
<include reference="gbm-B5-gCc"/>
<include reference="Ul8-NY-i4c"/>
2014-10-29 21:58:58 +01:00
</mask>
<mask key="constraints">
<include reference="GmE-Dd-5tf"/>
<include reference="1Pn-JF-Njp"/>
<include reference="3Zi-yw-cGM"/>
<include reference="yn3-rt-mGC"/>
<include reference="Z82-gx-rVW"/>
<include reference="ZIm-Uq-bM8"/>
</mask>
</variation>
</view>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" allowsMultipleSelection="YES" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="cFo-AT-Srf">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<color key="backgroundColor" red="0.94901960780000005" green="0.94901960780000005" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
<prototypes>
<tableViewCell contentMode="scaleToFill" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="HeaderCell" textLabel="mNF-jo-r7O" style="IBUITableViewCellStyleDefault" id="axa-iP-3In">
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="axa-iP-3In" id="C0O-2z-zUu">
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Add People:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="mNF-jo-r7O">
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
<variation key="heightClass=regular-widthClass=compact">
<fontDescription key="fontDescription" type="system" pointSize="16"/>
</variation>
</label>
</subviews>
</tableViewCellContentView>
</tableViewCell>
<tableViewCell contentMode="scaleToFill" selectionStyle="gray" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="GroupSearchCell" textLabel="a4j-OQ-ala" style="IBUITableViewCellStyleDefault" id="yfF-Jl-bZ1">
2014-10-29 21:58:58 +01:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="yfF-Jl-bZ1" id="f0v-od-N9K">
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Title" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="a4j-OQ-ala">
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
<variation key="heightClass=regular-widthClass=compact">
<fontDescription key="fontDescription" type="system" pointSize="16"/>
</variation>
</label>
</subviews>
</tableViewCellContentView>
</tableViewCell>
</prototypes>
<connections>
<outlet property="dataSource" destination="bDi-2Q-XOC" id="VPO-ms-bH1"/>
<outlet property="delegate" destination="bDi-2Q-XOC" id="rKM-jX-C39"/>
</connections>
</tableView>
</subviews>
<color key="backgroundColor" red="0.94901960780000005" green="0.94901960780000005" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="Ukg-om-VX3" firstAttribute="width" secondItem="P0X-AM-Yjw" secondAttribute="width" id="4Vo-LW-IzE"/>
<constraint firstAttribute="trailingMargin" secondItem="cFo-AT-Srf" secondAttribute="trailing" constant="-16" id="EJU-QP-kYz"/>
<constraint firstItem="Ukg-om-VX3" firstAttribute="top" secondItem="iwX-I4-Aa3" secondAttribute="bottom" id="JAT-s5-mGe"/>
<constraint firstAttribute="trailingMargin" secondItem="Ukg-om-VX3" secondAttribute="trailing" constant="-16" id="Sga-KB-ExT"/>
<constraint firstItem="Ukg-om-VX3" firstAttribute="leading" secondItem="P0X-AM-Yjw" secondAttribute="leadingMargin" constant="-16" id="Yf5-3B-qNE"/>
<constraint firstItem="kH6-9L-pzh" firstAttribute="top" secondItem="cFo-AT-Srf" secondAttribute="bottom" id="feh-Cd-fBW"/>
<constraint firstItem="cFo-AT-Srf" firstAttribute="width" secondItem="Ukg-om-VX3" secondAttribute="width" id="g51-eS-QW5"/>
<constraint firstItem="cFo-AT-Srf" firstAttribute="leading" secondItem="P0X-AM-Yjw" secondAttribute="leadingMargin" constant="-16" id="mtk-OY-IUL"/>
<constraint firstItem="cFo-AT-Srf" firstAttribute="top" secondItem="Ukg-om-VX3" secondAttribute="bottom" constant="8" id="rap-0g-EAj"/>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="Ukg-om-VX3"/>
<exclude reference="cFo-AT-Srf"/>
</mask>
<mask key="constraints">
<exclude reference="feh-Cd-fBW"/>
<exclude reference="4Vo-LW-IzE"/>
<exclude reference="JAT-s5-mGe"/>
<exclude reference="Sga-KB-ExT"/>
<exclude reference="Yf5-3B-qNE"/>
<exclude reference="EJU-QP-kYz"/>
<exclude reference="g51-eS-QW5"/>
<exclude reference="mtk-OY-IUL"/>
<exclude reference="rap-0g-EAj"/>
</mask>
</variation>
<variation key="heightClass=regular-widthClass=compact">
<mask key="subviews">
<include reference="Ukg-om-VX3"/>
<include reference="cFo-AT-Srf"/>
</mask>
<mask key="constraints">
<include reference="feh-Cd-fBW"/>
<include reference="4Vo-LW-IzE"/>
<include reference="JAT-s5-mGe"/>
<include reference="Sga-KB-ExT"/>
<include reference="Yf5-3B-qNE"/>
<include reference="EJU-QP-kYz"/>
<include reference="g51-eS-QW5"/>
<include reference="mtk-OY-IUL"/>
<include reference="rap-0g-EAj"/>
</mask>
</variation>
</view>
<connections>
<outlet property="groupImageButton" destination="Ul8-NY-i4c" id="4Hl-dP-0tV"/>
<outlet property="nameGroupTextField" destination="gbm-B5-gCc" id="XC8-Ci-sl2"/>
<outlet property="tableView" destination="cFo-AT-Srf" id="NqG-W1-Vhy"/>
<outlet property="tapToDismissView" destination="Ukg-om-VX3" id="nyq-IV-JDV"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="GsM-dR-L7j" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="3930" y="-906.75"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="kfT-eG-hkf">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" navigationBarHidden="YES" id="lIF-0m-2N3" sceneMemberID="viewController">
<toolbarItems/>
<nil key="simulatedTopBarMetrics"/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="l1Z-lc-H46">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="kts-vO-ui1" kind="relationship" relationship="rootViewController" id="QHW-G2-aiZ"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="eOz-Mr-Nmp" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-321" y="62.25"/>
</scene>
2014-10-29 21:58:58 +01:00
</scenes>
<resources>
<image name="BC9AB2BC-7643-4107-A2B0-6B7CAC594992" width="100" height="100">
<mutableData key="keyedArchiveRepresentation">
YnBsaXN0MDDUAQIDBAUGPj9YJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3ASAAGGoK4HCBMU
GR4fIyQsLzI4O1UkbnVsbNUJCgsMDQ4PEBESVk5TU2l6ZVYkY2xhc3NcTlNJbWFnZUZsYWdzVk5TUmVw
c1dOU0NvbG9ygAKADRIgwAAAgAOAC1p7MTAwLCAxMDB90hUKFhhaTlMub2JqZWN0c6EXgASACtIVChod
ohscgAWABoAJEADSIAohIl8QFE5TVElGRlJlcHJlc2VudGF0aW9ugAeACE8RpK5NTQAqAACcSAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAEBAQECAgICAgICAgMDAwMDAwMDAwMDAwMDAwMCAgICAgICAgEBAQEA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQEBCAgICDk5OTlh
YWFhi4uLi56enp66urq6v7+/v7+/v7+6urq6nZ2dnYuLi4tgYGBgLy8vLwYGBgYBAQEBAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAYGBgYyMjIyd3d3d7m5ubnU1NTU4uLi4vPz8/P5+fn5////////////
//////////n5+fnz8/Pz4uLi4tDQ0NC5ubm5dnZ2djExMTEFBQUFAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgYGBj4+Pj6f
n5+f0NDQ0Ovr6+v/////////////////////////////////////////////////////////////////
/////////+rq6urNzc3NlZWVlT09PT0GBgYGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQEBICAgIIeHh4fS0tLS+fn5+f/////////////////////+
/v7+/f39/fz8/Pz8/Pz8+/v7+/v7+/v8/Pz8/Pz8/P39/f3+/v7+//////////////////////X19fXR
0dHRhoaGhh8fHx8BAQEBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE
BAQEQEBAQLGxsbHw8PDw/////////////////v7+/vz8/Pzr6+vrtbW1tX19fX1sbGxsXl5eXkBAQEBA
QEBAXl5eXmxsbGx9fX19tbW1tezs7Oz8/Pz8//////////////////////Dw8PCxsbGxPz8/PwQEBAQA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHBwcHXl5eXszMzMz8/Pz8////////////
////9/f398DAwMBwcHBwOzs7OyMjIyMQEBAQCgoKCgUFBQUAAAAAAAAAAAYGBgYKCgoKEBAQECMjIyM9
PT09enp6esHBwcH4+Pj4/////////////////Pz8/MvLy8tdXV1dBwcHBwAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAJCQkJcXFxcdra2tr////////////////6+vr6ycnJyXBwcHAsLCwsCwsLCwAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8PDw8tLS0tcXFxccrKysr6
+vr6////////////////2dnZ2XBwcHAJCQkJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGBgYGX19fX9zc3Nz/
///////////////09PT0lZWVlTMzMzMMDAwMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwMDAwzMzMzlpaWlvX19fX////////////////b
29vbXl5eXgYGBgYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAwMDQkJCQtDQ0ND////////////////o6OjodXV1dRwcHBwA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAB8fHx+AgICA6enp6f///////////////8/Pz89BQUFBAgICAgAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAIyMjI7e3t7f9/f39///////////n5+fnaGhoaBEREREAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAFBQUFGlpaWno6Ojo///////////9/f39tbW1tSIiIiIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgoKCo2NjY309PT0///////////z
8/Pzc3NzcxAQEBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASEhISfn5+fvT09PT/
//////////Pz8/OLi4uLCQkJCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAgICAkJCQkLb29vb///////////39/f3k5OTkxkZGRkAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0dHR2UlJSU+Pj4+P//////////2tra2kFBQUEC
AgICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwMDAyo
qKio+/v7+//////9/f39xcXFxSwsLCwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAALi4uLsbGxsb9/f39//////j4+Pienp6eCwsLCwAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICAgI4ODg43d3d3f//////////9PT09GlpaWkI
CAgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgICAhr
a2tr9PT09P//////////2dnZ2TY2NjYBAQEBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAHBwcHgICAgPHx8fH//////Pz8/Lu7u7sjIyMjAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJCQkJLy8vLz9/f39//////Dw8PB+
fn5+BgYGBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADw8PD8jIyMj+
/v7+//////b29vZxcXFxCgoKCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAoKCgpycnJy9vb29v/////+/v7+x8fHxw0NDQ0AAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgICAkJCQkLj4+Pj///////////k5OTkLy8vLwEBAQEA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB
AQEBMDAwMOXl5eX//////////9/f3982NjY2AQEBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAUFBQVubm5u6+vr6//////7+/v7rq6urhcXFxcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgYGBivr6+v/Pz8/P/////q
6urqaWlpaQUFBQUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJCQkJm5ubm/f39/f/
////9vb29nBwcHALCwsLAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMDAwMcXFxcff39/f/////9vb29pmZmZkICAgIAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgoKCq+vr6/7+/v7//////T09PRaWlpaBwcHBwAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAABwcHB1xcXFz19fX1//////v7+/uurq6uCQkJCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAA0NDQ3Nzc3N///////////z8/PzTU1NTQQEBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEBARPT09P9PT09P//////
////y8vLywwMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANDQ0N1dXV1f//////
////8PDw8C4uLi4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMDAwMPHx8fH//////////9PT09MMDAwMAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDdTU1NT///////////Dw8PAmJiYmAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAACgoKCjx8fHx///////////S0tLSDAwMDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAA0NDQ3U1NTU///////////w8PDwJycnJwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApKSkp8fHx8f//////
////0tLS0gwMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANDQ0N1NTU1P//////
////8PDw8CcnJycAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKSkpKfHx8fH//////////9LS0tIMDAwMAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDdTU1NT///////////Dw8PAnJycnAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAACkpKSnx8fHx///////////S0tLSDAwMDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAA0NDQ3U1NTU///////////w8PDwJycnJwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApKSkp8fHx8f//////
////0tLS0gwMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANDQ0N1NTU1P//////
////8PDw8CcnJycAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKSkpKfHx8fH//////////9LS0tIMDAwMAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDdTU1NT///////////Dw8PAnJycnAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAACkpKSnx8fHx///////////S0tLSDAwMDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAA0NDQ3U1NTU///////////w8PDwJycnJwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApKSkp8fHx8f//////
////0tLS0gwMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANDQ0N1NTU1P//////
////8PDw8CcnJycAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKSkpKfHx8fH//////////9LS0tIMDAwMAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDdTU1NT///////////Dw8PAnJycnAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAACkpKSnx8fHx///////////S0tLSDAwMDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAsLCwvU1NTU///////////w8PDwJSUlJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAnJycn8fHx8f//////
////0tLS0goKCgoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAABAQEBA0NDQ0TExMTExMTExMTExMTExMTExMTExISEhIfHx8f19fX1///////
////8fHx8Tg4ODgSEhISExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMT
ExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMT
ExMTExMTExMTExMTExMTExMTExMTExMSEhISOTk5OfLy8vL//////////9bW1tYeHh4eEhISEhMTExMT
ExMTExMTExMTExMTExMTDQ0NDQQEBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADg4ODlNTU1Op
qamp2NjY2N7e3t7d3d3d3d3d3d3d3d3d3d3d39/f3/n5+fn///////////39/f3j4+Pj3Nzc3N3d3d3d
3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d
3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d
3d3d3Nzc3OPj4+P9/f39///////////5+fn539/f393d3d3d3d3d3d3d3d3d3d3e3t7e2NjY2KioqKhS
UlJSDg4ODgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHBwcHJubm5vm5ubm+fn5+f//////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////5+fn55eXl5ZmZmZkbGxsbAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAADAwMDJiYmJjz8/Pz////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
///////////////////////////////z8/PzlpaWlgoKCgoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgICAlhYWFjg4ODg///////////8
/Pz87+/v7+rq6urp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp
6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp
6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp
6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enp6enq6urq8PDw8Pz8/Pz/
/////////9zc3NxNTU1NAQEBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAUFBQWgoKCg+fn5+f/////9/f39w8PDw09PT08hISEhHh4eHh8fHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8eHh4eISEhIVBQUFDExMTE/f39/f/////4+Pj4nZ2dnQUFBQUA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
BwcHxcXFxf//////////+Pj4+FdXV1cFBQUFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAFBQUFWFhYWPn5+fn//////////8TExMQHBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwcHB8rKysr///////////b29vYz
MzMzAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADU1NTX3
9/f3///////////IyMjIBwcHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAcHBwfJycnJ///////////29vb2MjIyMgAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDQ09/f39///////////x8fHxwcHBwcA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
BwcHycnJyf//////////9vb29jIyMjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAANDQ0NPf39/f//////////8fHx8cHBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwcHB8nJycn///////////b29vYy
MjIyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDT3
9/f3///////////Hx8fHBwcHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAcHBwfJycnJ///////////29vb2MjIyMgAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDQ09/f39///////////x8fHxwcHBwcA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
BwcHycnJyf//////////9vb29jIyMjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAANDQ0NPf39/f//////////8fHx8cHBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwcHB8nJycn///////////b29vYy
MjIyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDT3
9/f3///////////Hx8fHBwcHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAcHBwfJycnJ///////////29vb2MjIyMgAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDQ09/f39///////////x8fHxwcHBwcA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
BwcHycnJyf//////////9vb29jIyMjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAANDQ0NPf39/f//////////8fHx8cHBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwcHB8nJycn///////////b29vYy
MjIyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDT3
9/f3///////////Hx8fHBwcHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAcHBwfJycnJ///////////29vb2MjIyMgAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDQ09/f39///////////x8fHxwcHBwcA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
BwcHycnJyf//////////9vb29jIyMjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAwMDAwZGRkZICAgICAgICAYGBgYCQkJCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAANDQ0NPf39/f//////////8fHx8cHBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwcHB8nJycn///////////b29vYy
MjIyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEBAR8fHx92dnZ2wsLCwujo6Ojo
6Ojov7+/v2tra2sdHR0dAQEBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDT3
9/f3///////////Hx8fHBwcHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAcHBwfJycnJ///////////29vb2MjIyMgAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAQEBATExMTG4uLi48/Pz8/39/f3///////////39/f3x8fHxt7e3tzAwMDAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDQ09/f39///////////x8fHxwcHBwcA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
BwcHycnJyf//////////9vb29jIyMjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwcHBy3
t7e3+vr6+v////////////////////////////////r6+vq1tbW1GRkZGQAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAANDQ0NPf39/f//////////8fHx8cHBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwcHB8nJycn///////////b29vYy
MjIyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgICAhzc3Nz7+/v7///////////////////////
////////////////////7e3t7WdnZ2cHBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDT3
9/f3///////////Hx8fHBwcHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAcHBwfJycnJ///////////29vb2MjIyMgAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAARERERvLy8vP39/f3///////////////////////////////////////////39/f25
ubm5EBAQEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDQ09/f39///////////x8fHxwcHBwcA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
BwcHycnJyf//////////9vb29jIyMjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFhYWFuDg4OD/
////////////////////////////////////////////////////3t7e3hUVFRUAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAANDQ0NPf39/f//////////8fHx8cHBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwcHB8nJycn///////////b29vYy
MjIyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYWFhbd3d3d////////////////////////////
/////////////////////////9nZ2dkVFRUVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDT3
9/f3///////////Hx8fHBwcHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAcHBwfJycnJ///////////29vb2MjIyMgAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAQEBAQsbGxsfz8/Pz///////////////////////////////////////////r6+vqm
pqamDg4ODgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDQ09/f39///////////x8fHxwcHBwcA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
BwcHycnJyf//////////9vb29jIyMjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgYGBlxcXFzq
6urq///////////////////////////////////////////p6enpWlpaWgUFBQUAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAANDQ0NPf39/f//////////8fHx8cHBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwcHB8nJycn///////////b29vYy
MjIyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATExMTp6enp/n5+fn/////////////////
///////////////5+fn5paWlpRISEhIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDT3
9/f3///////////Hx8fHBwcHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAcHBwfJycnJ///////////29vb2MjIyMgAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAACsrKyvl5eXl////////////////////////////////5OTk5CoqKioA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDQ09/f39///////////x8fHxwcHBwcA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
BwcHycnJyf//////////9vb29jIyMjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAX
FxcX4uLi4v///////////////////////////////+Hh4eEWFhYWAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAANDQ0NPf39/f//////////8fHx8cHBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwcHB8nJycn///////////b29vYy
MjIyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFxcXF+Li4uL/////////////////
///////////////h4eHhFhYWFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDT3
9/f3///////////Hx8fHBwcHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAcHBwfJycnJ///////////29vb2MjIyMgAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAABcXFxfi4uLi////////////////////////////////4eHh4RYWFhYA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDQ09/f39///////////x8fHxwcHBwcA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
BwcHycnJyf//////////9vb29jIyMjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAX
FxcX4uLi4v///////////////////////////////+Li4uIWFhYWAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAANDQ0NPf39/f//////////8fHx8cHBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwcHB8nJycn///////////b29vYy
MjIyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFxcXF+Hh4eH/////////////////
///////////////d3d3dFhYWFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDT3
9/f3///////////Hx8fHBwcHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAcHBwfJycnJ///////////29vb2MjIyMgAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAABUVFRXPz8/P///////////////////////////+/v7+xMTExBMTExMA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDQ09/f39///////////x8fHxwcHBwcA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
BwcHycnJyf//////////9vb29jIyMjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN
DQ0NkZGRkff39/f/////////////////////9/f394+Pj48MDAwMAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAANDQ0NPf39/f//////////8fHx8cHBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwcHB8nJycn///////////b29vYy
MjIyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEBASwsLCy7u7u78vLy8v7+/v7+
/v7+8vLy8rq6urorKysrAQEBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDT3
9/f3///////////Hx8fHBwcHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAcHBwfJycnJ///////////29vb2MjIyMgAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAgICKSkpKYmJiYm0tLS0tLS0tIiIiIgoKCgoAgICAgAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDQ09/f39///////////x8fHxwcHBwcA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
BwcHycnJyf//////////9vb29jIyMjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAGBgYGCQkJCQkJCQkGBgYGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAANDQ0NPf39/f//////////8fHx8cHBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwcHB8nJycn///////////b29vYy
MjIyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDT3
9/f3///////////Hx8fHBwcHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAcHBwfJycnJ///////////29vb2MjIyMgAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDQ09/f39///////////x8fHxwcHBwcA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
BwcHycnJyf//////////9vb29jIyMjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAANDQ0NPf39/f//////////8fHx8cHBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwcHB8nJycn///////////b29vYy
MjIyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDT3
9/f3///////////Hx8fHBwcHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAcHBwfJycnJ///////////29vb2MjIyMgAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDQ09/f39///////////x8fHxwcHBwcA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
BwcHycnJyf//////////9vb29jIyMjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAANDQ0NPf39/f//////////8fHx8cHBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwcHB8nJycn///////////b29vYy
MjIyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDT3
9/f3///////////Hx8fHBwcHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAcHBwfJycnJ///////////29vb2MjIyMgAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDQ09/f39///////////x8fHxwcHBwcA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
BwcHycnJyf//////////9vb29jIyMjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAANDQ0NPf39/f//////////8fHx8cHBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwcHB8nJycn///////////b29vYy
MjIyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADMzMzP3
9/f3///////////Hx8fHBwcHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAcHBwfKysrK///////////29vb2MjIyMgAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3Nzc39/f39///////////yMjIyAcHBwcA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
BwcHw8PDw///////////+Pj4+F5eXl4JCQkJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAALCwsLaGhoaPr6+vr//////////8HBwcEHBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQUFBZOTk5P19fX1//////7+/v7S
0tLSa2tra0BAQEA+Pj4+Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/
Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/
Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/
Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz4+Pj5BQUFBbGxsbNPT09P+
/v7+//////X19fWRkZGRBAQEBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAEBAQFAQEBA1tbW1v////////////////z8/Pz7+/v7+/v7+/v7+/v7
+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7
+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7
+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7
+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/39/f3////////////////U1NTUPj4+PgEBAQEA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAABQUFBYKCgoLr6+vr////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
///////////////////////////////q6urqgICAgAUFBQUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEBAQgICAgNDQ0ND0
9PT0////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////Pz8/PQ
0NDQf39/fw8PDw8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMDAwM9PT09jIyMjLe3t7e9vb29vLy8vLy8vLy8
vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8
vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8
vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8
vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vb29vbe3t7eMjIyMPDw8PAMDAwMAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAEBAQECAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC
AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC
AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC
AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC
AgICAgICAgICAgICAgICAQEBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgEAAAMAAAABAGQAAAEBAAMAAAABAGQA
AAECAAMAAAAEAACc9gEDAAMAAAABAAEAAAEGAAMAAAABAAIAAAERAAQAAAABAAAACAESAAMAAAABAAEA
AAEVAAMAAAABAAQAAAEWAAMAAAABAGQAAAEXAAQAAAABAACcQAEcAAMAAAABAAEAAAFSAAMAAAABAAEA
AAFTAAMAAAAEAACc/odzAAcAAAeoAACdBgAAAAAACAAIAAgACAABAAEAAQABAAAHqGFwcGwCIAAAbW50
clJHQiBYWVogB9kAAgAZAAsAGgALYWNzcEFQUEwAAAAAYXBwbAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEA
AAAA0y1hcHBsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALZGVz
YwAAAQgAAABvZHNjbQAAAXgAAAVsY3BydAAABuQAAAA4d3RwdAAABxwAAAAUclhZWgAABzAAAAAUZ1hZ
WgAAB0QAAAAUYlhZWgAAB1gAAAAUclRSQwAAB2wAAAAOY2hhZAAAB3wAAAAsYlRSQwAAB2wAAAAOZ1RS
QwAAB2wAAAAOZGVzYwAAAAAAAAAUR2VuZXJpYyBSR0IgUHJvZmlsZQAAAAAAAAAAAAAAFEdlbmVyaWMg
UkdCIFByb2ZpbGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AG1sdWMAAAAAAAAAHgAAAAxza1NLAAAAKAAAAXhockhSAAAAKAAAAaBjYUVTAAAAJAAAAchwdEJSAAAA
JgAAAex1a1VBAAAAKgAAAhJmckZVAAAAKAAAAjx6aFRXAAAAFgAAAmRpdElUAAAAKAAAAnpuYk5PAAAA
JgAAAqJrb0tSAAAAFgAAAshjc0NaAAAAIgAAAt5oZUlMAAAAHgAAAwBkZURFAAAALAAAAx5odUhVAAAA
KAAAA0pzdlNFAAAAJgAAAqJ6aENOAAAAFgAAA3JqYUpQAAAAGgAAA4hyb1JPAAAAJAAAA6JlbEdSAAAA
IgAAA8ZwdFBPAAAAJgAAA+hubE5MAAAAKAAABA5lc0VTAAAAJgAAA+h0aFRIAAAAJAAABDZ0clRSAAAA
IgAABFpmaUZJAAAAKAAABHxwbFBMAAAALAAABKRydVJVAAAAIgAABNBhckVHAAAAJgAABPJlblVTAAAA
JgAABRhkYURLAAAALgAABT4AVgFhAGUAbwBiAGUAYwBuAP0AIABSAEcAQgAgAHAAcgBvAGYAaQBsAEcA
ZQBuAGUAcgBpAQ0AawBpACAAUgBHAEIAIABwAHIAbwBmAGkAbABQAGUAcgBmAGkAbAAgAFIARwBCACAA
ZwBlAG4A6AByAGkAYwBQAGUAcgBmAGkAbAAgAFIARwBCACAARwBlAG4A6QByAGkAYwBvBBcEMAQzBDAE
OwRMBD0EOAQ5ACAEPwRABD4ERAQwBDkEOwAgAFIARwBCAFAAcgBvAGYAaQBsACAAZwDpAG4A6QByAGkA
cQB1AGUAIABSAFYAQpAadSgAIABSAEcAQgAggnJfaWPPj/AAUAByAG8AZgBpAGwAbwAgAFIARwBCACAA
ZwBlAG4AZQByAGkAYwBvAEcAZQBuAGUAcgBpAHMAawAgAFIARwBCAC0AcAByAG8AZgBpAGzHfLwYACAA
UgBHAEIAINUEuFzTDMd8AE8AYgBlAGMAbgD9ACAAUgBHAEIAIABwAHIAbwBmAGkAbAXkBegF1QXkBdkF
3AAgAFIARwBCACAF2wXcBdwF2QBBAGwAbABnAGUAbQBlAGkAbgBlAHMAIABSAEcAQgAtAFAAcgBvAGYA
aQBsAMEAbAB0AGEAbADhAG4AbwBzACAAUgBHAEIAIABwAHIAbwBmAGkAbGZukBoAIABSAEcAQgAgY8+P
8GWHTvZOAIIsACAAUgBHAEIAIDDXMO0w1TChMKQw6wBQAHIAbwBmAGkAbAAgAFIARwBCACAAZwBlAG4A
ZQByAGkAYwOTA7UDvQO5A7oDzAAgA8ADwQO/A8YDrwO7ACAAUgBHAEIAUABlAHIAZgBpAGwAIABSAEcA
QgAgAGcAZQBuAOkAcgBpAGMAbwBBAGwAZwBlAG0AZQBlAG4AIABSAEcAQgAtAHAAcgBvAGYAaQBlAGwO
Qg4bDiMORA4fDiUOTAAgAFIARwBCACAOFw4xDkgOJw5EDhsARwBlAG4AZQBsACAAUgBHAEIAIABQAHIA
bwBmAGkAbABpAFkAbABlAGkAbgBlAG4AIABSAEcAQgAtAHAAcgBvAGYAaQBpAGwAaQBVAG4AaQB3AGUA
cgBzAGEAbABuAHkAIABwAHIAbwBmAGkAbAAgAFIARwBCBB4EMQRJBDgEOQAgBD8EQAQ+BEQEOAQ7BEwA
IABSAEcAQgZFBkQGQQAgBioGOQYxBkoGQQAgAFIARwBCACAGJwZEBjkGJwZFAEcAZQBuAGUAcgBpAGMA
IABSAEcAQgAgAFAAcgBvAGYAaQBsAGUARwBlAG4AZQByAGUAbAAgAFIARwBCAC0AYgBlAHMAawByAGkA
dgBlAGwAcwBldGV4dAAAAABDb3B5cmlnaHQgMjAwNyBBcHBsZSBJbmMuLCBhbGwgcmlnaHRzIHJlc2Vy
dmVkLgBYWVogAAAAAAAA81IAAQAAAAEWz1hZWiAAAAAAAAB0TQAAPe4AAAPQWFlaIAAAAAAAAFp1AACs
cwAAFzRYWVogAAAAAAAAKBoAABWfAAC4NmN1cnYAAAAAAAAAAQHNAABzZjMyAAAAAAABDEIAAAXe///z
JgAAB5IAAP2R///7ov///aMAAAPcAADAbNIlJicoWiRjbGFzc25hbWVYJGNsYXNzZXNfEBBOU0JpdG1h
cEltYWdlUmVwoykqK18QEE5TQml0bWFwSW1hZ2VSZXBaTlNJbWFnZVJlcFhOU09iamVjdNIlJi0uV05T
QXJyYXmiLSvSJSYwMV5OU011dGFibGVBcnJheaMwLSvTMzQKNTY3V05TV2hpdGVcTlNDb2xvclNwYWNl
RDAgMAAQA4AM0iUmOTpXTlNDb2xvcqI5K9IlJjw9V05TSW1hZ2WiPCtfEA9OU0tleWVkQXJjaGl2ZXLR
QEFUcm9vdIABAAgAEQAaACMALQAyADcARgBMAFcAXgBlAHIAeQCBAIMAhQCKAIwAjgCZAJ4AqQCrAK0A
rwC0ALcAuQC7AL0AvwDEANsA3QDfpZGllqWhpaqlvaXBpdSl36Xope2l9aX4pf2mDKYQphemH6YspjGm
M6Y1pjqmQqZFpkqmUqZVpmemaqZvAAAAAAAAAgEAAAAAAAAAQgAAAAAAAAAAAAAAAAAApnE
</mutableData>
</image>
2014-10-29 21:58:58 +01:00
<image name="DefaultContactImage.png" width="505" height="314"/>
<image name="call_dark.png" width="50" height="50"/>
<image name="contacts_tab.png" width="24" height="24"/>
<image name="delete_history.png" width="50" height="50"/>
<image name="group_photo.png" width="100" height="100"/>
2014-10-29 21:58:58 +01:00
<image name="keypad.png" width="25" height="25"/>
<image name="logo_intro.png" width="291" height="255"/>
<image name="quit.png" width="50" height="50"/>
<image name="savephoto.png" width="50" height="50"/>
<image name="settings_tab.png" width="24" height="24"/>
2014-10-29 21:58:58 +01:00
<image name="shred.png" width="200" height="200"/>
<image name="signal.png" width="50" height="50"/>
<image name="signals_tab.png" width="24" height="24"/>
2014-10-29 21:58:58 +01:00
</resources>
</document>