<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> <device id="retina6_12" orientation="portrait" appearance="light"/> <dependencies> <deployment identifier="iOS"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/> <capability name="Safe area layout guides" minToolsVersion="9.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="MineTableViewCell" customModule="Meterage" customModuleProvider="target"> <rect key="frame" x="0.0" y="0.0" width="320" height="60"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM"> <rect key="frame" x="0.0" y="0.0" width="320" height="60"/> <autoresizingMask key="autoresizingMask"/> <subviews> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chevron.right" catalog="system" translatesAutoresizingMaskIntoConstraints="NO" id="zei-sN-GI3"> <rect key="frame" x="285" y="14.66666666666667" width="35" height="31.333333333333329"/> <color key="tintColor" red="0.90196078431372551" green="0.90196078431372551" blue="0.90196078431372551" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <constraints> <constraint firstAttribute="width" constant="35" id="QP9-gM-npp"/> <constraint firstAttribute="height" constant="35" id="UQy-aC-HYN"/> </constraints> </imageView> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="account" translatesAutoresizingMaskIntoConstraints="NO" id="gle-5f-fzu"> <rect key="frame" x="10" y="15" width="30" height="30"/> <constraints> <constraint firstAttribute="width" constant="30" id="Nvk-x9-cvN"/> <constraint firstAttribute="height" constant="30" id="oHl-3E-IVw"/> </constraints> </imageView> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bHl-yY-5lc"> <rect key="frame" x="50" y="19.666666666666668" width="42" height="21.000000000000004"/> <fontDescription key="fontDescription" type="system" pointSize="17"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> </subviews> <constraints> <constraint firstItem="gle-5f-fzu" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="DFb-eX-vcg"/> <constraint firstItem="zei-sN-GI3" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="L0p-O7-V79"/> <constraint firstItem="bHl-yY-5lc" firstAttribute="leading" secondItem="gle-5f-fzu" secondAttribute="trailing" constant="10" id="PEq-bS-3Wf"/> <constraint firstItem="gle-5f-fzu" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="bE9-Gh-R1p"/> <constraint firstAttribute="trailing" secondItem="zei-sN-GI3" secondAttribute="trailing" id="bop-Jy-CIm"/> <constraint firstItem="bHl-yY-5lc" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="yAp-gW-kd1"/> </constraints> </tableViewCellContentView> <viewLayoutGuide key="safeArea" id="njF-e1-oar"/> <connections> <outlet property="leftImageView" destination="gle-5f-fzu" id="qVr-2B-kzm"/> <outlet property="titleLableView" destination="bHl-yY-5lc" id="ZzM-4s-y25"/> </connections> <point key="canvasLocation" x="131" y="-11"/> </tableViewCell> </objects> <resources> <image name="account" width="25" height="25"/> <image name="chevron.right" catalog="system" width="97" height="128"/> </resources> </document>