<?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="System colors in document resources" minToolsVersion="11.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="NoticeListTableViewCell" 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="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="account" translatesAutoresizingMaskIntoConstraints="NO" id="i92-S6-jKD"> <rect key="frame" x="5" y="5" width="50" height="50"/> <constraints> <constraint firstAttribute="width" constant="50" id="FMz-bx-THC"/> <constraint firstAttribute="height" constant="50" id="kaD-ET-on8"/> </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="pli-ZW-BKq"> <rect key="frame" x="65" y="5" width="40" height="20"/> <fontDescription key="fontDescription" type="system" pointSize="16"/> <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <nil key="highlightedColor"/> </label> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rT8-Wt-Nat"> <rect key="frame" x="65" y="38" width="36" height="17"/> <fontDescription key="fontDescription" type="system" pointSize="14"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Jxa-at-8RT"> <rect key="frame" x="274" y="5" width="36" height="17"/> <fontDescription key="fontDescription" type="system" pointSize="14"/> <color key="textColor" systemColor="systemGray2Color"/> <nil key="highlightedColor"/> </label> </subviews> <constraints> <constraint firstItem="i92-S6-jKD" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="5" id="bs2-LP-IJQ"/> <constraint firstItem="Jxa-at-8RT" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="cv5-4T-9sF"/> <constraint firstItem="pli-ZW-BKq" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="deL-01-aUg"/> <constraint firstItem="pli-ZW-BKq" firstAttribute="leading" secondItem="i92-S6-jKD" secondAttribute="trailing" constant="10" id="l5v-5d-8Qj"/> <constraint firstAttribute="bottom" secondItem="rT8-Wt-Nat" secondAttribute="bottom" constant="5" id="rM3-EI-bJl"/> <constraint firstAttribute="trailing" secondItem="Jxa-at-8RT" secondAttribute="trailing" constant="10" id="ssZ-RZ-nIY"/> <constraint firstItem="rT8-Wt-Nat" firstAttribute="leading" secondItem="i92-S6-jKD" secondAttribute="trailing" constant="10" id="syb-KZ-4am"/> <constraint firstItem="i92-S6-jKD" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="xdC-cW-OBF"/> </constraints> </tableViewCellContentView> <viewLayoutGuide key="safeArea" id="njF-e1-oar"/> <connections> <outlet property="noticeContentView" destination="rT8-Wt-Nat" id="Cnc-zr-u6X"/> <outlet property="noticeTimeView" destination="Jxa-at-8RT" id="GoC-1X-FAd"/> <outlet property="noticeTitleView" destination="pli-ZW-BKq" id="lGv-FI-cbm"/> </connections> <point key="canvasLocation" x="-31" y="-11"/> </tableViewCell> </objects> <resources> <image name="account" width="25" height="25"/> <systemColor name="systemGray2Color"> <color red="0.68235294117647061" green="0.68235294117647061" blue="0.69803921568627447" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> </systemColor> </resources> </document>