| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" 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="22685"/>
- <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="MsgAudioCellLeft">
- <rect key="frame" x="0.0" y="0.0" width="320" height="63"/>
- <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="63"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="eoj-oh-4IU">
- <rect key="frame" x="16" y="11.666666666666664" width="40" height="40"/>
- <constraints>
- <constraint firstAttribute="width" constant="40" id="69g-Se-0ci"/>
- <constraint firstAttribute="height" constant="40" id="IHF-EC-9Er"/>
- </constraints>
- </imageView>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="2.0_sixin_lt_other_" translatesAutoresizingMaskIntoConstraints="NO" id="kdC-GF-Ewn">
- <rect key="frame" x="71" y="6" width="213" height="51"/>
- <rect key="contentStretch" x="0.40000000000000002" y="0.83999999999999997" width="0.01" height="0.01"/>
- </imageView>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="H4O-ea-ooQ" customClass="M80AttributedLabel">
- <rect key="frame" x="86" y="12" width="190" height="40"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="Ud8-hl-p6w"/>
- <constraint firstAttribute="width" constant="190" id="fYN-1X-LLm"/>
- </constraints>
- </view>
- </subviews>
- <constraints>
- <constraint firstItem="H4O-ea-ooQ" firstAttribute="leading" secondItem="eoj-oh-4IU" secondAttribute="trailing" constant="30" id="Dbg-cF-rtN"/>
- <constraint firstAttribute="trailing" secondItem="H4O-ea-ooQ" secondAttribute="trailing" constant="44" id="Dmb-a7-Bqz"/>
- <constraint firstAttribute="trailing" secondItem="kdC-GF-Ewn" secondAttribute="trailing" constant="36" id="GuD-x5-1cM"/>
- <constraint firstAttribute="bottom" secondItem="H4O-ea-ooQ" secondAttribute="bottom" constant="11" id="Iyx-lj-4cs"/>
- <constraint firstItem="eoj-oh-4IU" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="UYC-La-vik"/>
- <constraint firstItem="kdC-GF-Ewn" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="afv-dy-AEk"/>
- <constraint firstItem="kdC-GF-Ewn" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="6" id="eKV-a9-Ind"/>
- <constraint firstItem="H4O-ea-ooQ" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="12" id="lkV-lP-hPf"/>
- <constraint firstAttribute="bottom" secondItem="kdC-GF-Ewn" secondAttribute="bottom" constant="6" id="sXM-K0-gSG"/>
- <constraint firstItem="kdC-GF-Ewn" firstAttribute="leading" secondItem="eoj-oh-4IU" secondAttribute="trailing" constant="15" id="wCs-Ta-ESu"/>
- <constraint firstItem="eoj-oh-4IU" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="wX4-F8-AI4"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="mheadimg" destination="eoj-oh-4IU" id="v8H-X7-M2i"/>
- <outlet property="mlabelconstH" destination="Ud8-hl-p6w" id="l2v-8F-JGW"/>
- <outlet property="mlabelconstW" destination="fYN-1X-LLm" id="keD-Hs-jb7"/>
- <outlet property="mmsglabel" destination="H4O-ea-ooQ" id="faF-ud-Mrh"/>
- </connections>
- <point key="canvasLocation" x="4.5801526717557248" y="20.774647887323944"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="2.0_sixin_lt_other_" width="25" height="35.666667938232422"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|