1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11542" systemVersion="16A323" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11524"/>
<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" reuseIdentifier="KWMNewGoodsCell" rowHeight="83" id="KGk-i7-Jjw" customClass="KWMNewGoodsCell">
<rect key="frame" x="0.0" y="0.0" width="343" height="83"/>
<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="343" height="82"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="rXc-44-0sq">
<rect key="frame" x="0.0" y="0.0" width="343" height="82.5"/>
<collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="0.0" minimumInteritemSpacing="0.0" id="GKd-af-G2b">
<size key="itemSize" width="50" height="50"/>
<size key="headerReferenceSize" width="0.0" height="0.0"/>
<size key="footerReferenceSize" width="0.0" height="0.0"/>
<inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
</collectionViewFlowLayout>
<connections>
<outlet property="dataSource" destination="KGk-i7-Jjw" id="gvK-jR-F3F"/>
<outlet property="delegate" destination="KGk-i7-Jjw" id="vix-G4-aNq"/>
</connections>
</collectionView>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OF3-0J-e1m" userLabel="vWatch">
<rect key="frame" x="318" y="0.0" width="25" height="82.5"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="width" constant="25" id="hfh-W3-5vq"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstAttribute="bottom" secondItem="OF3-0J-e1m" secondAttribute="bottom" id="37f-0e-41l"/>
<constraint firstAttribute="trailing" secondItem="rXc-44-0sq" secondAttribute="trailing" id="BV0-UL-vko"/>
<constraint firstItem="rXc-44-0sq" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="Jaw-Et-YPk"/>
<constraint firstItem="OF3-0J-e1m" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="KnD-mw-Lmo"/>
<constraint firstAttribute="bottom" secondItem="rXc-44-0sq" secondAttribute="bottom" id="PWV-xu-gja"/>
<constraint firstItem="rXc-44-0sq" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="UPd-Me-gqm"/>
<constraint firstAttribute="trailing" secondItem="OF3-0J-e1m" secondAttribute="trailing" id="vUM-sJ-GZE"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="clvNewGoods" destination="rXc-44-0sq" id="4e8-5G-XfY"/>
<outlet property="vWatch" destination="OF3-0J-e1m" id="erT-aX-Aue"/>
</connections>
<point key="canvasLocation" x="274.5" y="249.5"/>
</tableViewCell>
</objects>
</document>