12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?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" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
- <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"/>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="RQHomePageADCell">
- <rect key="frame" x="0.0" y="0.0" width="428" height="112"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="428" height="112"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fUj-Ds-qLq">
- <rect key="frame" x="0.0" y="0.0" width="428" height="112"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- </view>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="fUj-Ds-qLq" secondAttribute="trailing" id="DNE-iQ-eyY"/>
- <constraint firstItem="fUj-Ds-qLq" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="Eed-dJ-4uM"/>
- <constraint firstAttribute="bottom" secondItem="fUj-Ds-qLq" secondAttribute="bottom" id="PY6-4L-QU5"/>
- <constraint firstItem="fUj-Ds-qLq" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="YuC-XD-ZQS"/>
- </constraints>
- <connections>
- <outlet property="myADView" destination="fUj-Ds-qLq" id="EIO-FO-mt3"/>
- </connections>
- <point key="canvasLocation" x="139" y="153"/>
- </collectionViewCell>
- </objects>
- <resources>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|