JLChen
2021-08-02 38f4fb064df09f344fc3237409c76a9fba2a8a9e
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17506" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="abg-ej-ZH8">
    <device id="retina6_1" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17505"/>
        <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>
    <scenes>
        <!--View Controller-->
        <scene sceneID="RWW-mn-XOF">
            <objects>
                <viewController id="1KM-qT-Hm1" sceneMemberID="viewController">
                    <view key="view" contentMode="scaleToFill" id="HWD-bI-SMb">
                        <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <viewLayoutGuide key="safeArea" id="ibf-UP-t2A"/>
                        <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    </view>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="ZeL-jy-rMZ" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="-1420" y="129"/>
        </scene>
        <!--Login InVC-->
        <scene sceneID="VC2-6a-mP3">
            <objects>
                <viewController storyboardIdentifier="LoginInVC" id="abg-ej-ZH8" customClass="LoginInVC" sceneMemberID="viewController">
                    <view key="view" contentMode="scaleToFill" id="XkO-L3-8kp">
                        <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dlk-sL-YGO">
                                <rect key="frame" x="17" y="44" width="380" height="818"/>
                                <subviews>
                                    <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="15" translatesAutoresizingMaskIntoConstraints="NO" id="BDT-3A-oCn">
                                        <rect key="frame" x="40" y="50" width="300" height="195"/>
                                        <subviews>
                                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Krf-Yh-xkI">
                                                <rect key="frame" x="0.0" y="0.0" width="300" height="40"/>
                                                <subviews>
                                                    <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="1004" borderStyle="roundedRect" placeholder="输入账号" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Zud-6H-Juj">
                                                        <rect key="frame" x="52" y="0.0" width="248" height="40"/>
                                                        <constraints>
                                                            <constraint firstAttribute="height" constant="40" id="nZG-oQ-j5D"/>
                                                        </constraints>
                                                        <fontDescription key="fontDescription" type="system" pointSize="14"/>
                                                        <textInputTraits key="textInputTraits"/>
                                                    </textField>
                                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="账号:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DQl-zj-gsg">
                                                        <rect key="frame" x="0.0" y="0.0" width="52" height="40"/>
                                                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                                        <nil key="textColor"/>
                                                        <nil key="highlightedColor"/>
                                                    </label>
                                                </subviews>
                                                <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                                                <constraints>
                                                    <constraint firstAttribute="bottom" secondItem="DQl-zj-gsg" secondAttribute="bottom" id="3yL-NI-aQv"/>
                                                    <constraint firstAttribute="trailing" secondItem="Zud-6H-Juj" secondAttribute="trailing" id="6DJ-BE-T8r"/>
                                                    <constraint firstAttribute="bottom" secondItem="Zud-6H-Juj" secondAttribute="bottom" id="EBU-sr-fQR"/>
                                                    <constraint firstItem="DQl-zj-gsg" firstAttribute="top" secondItem="Krf-Yh-xkI" secondAttribute="top" id="Eme-Sm-xjX"/>
                                                    <constraint firstItem="DQl-zj-gsg" firstAttribute="leading" secondItem="Krf-Yh-xkI" secondAttribute="leading" id="KTE-Ii-cbS"/>
                                                    <constraint firstItem="Zud-6H-Juj" firstAttribute="top" secondItem="Krf-Yh-xkI" secondAttribute="top" id="fdW-Kv-y3L"/>
                                                    <constraint firstItem="Zud-6H-Juj" firstAttribute="leading" secondItem="DQl-zj-gsg" secondAttribute="trailing" id="scT-ya-IUL"/>
                                                </constraints>
                                            </view>
                                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wXY-da-kPt">
                                                <rect key="frame" x="0.0" y="55" width="300" height="40"/>
                                                <subviews>
                                                    <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="1234" borderStyle="roundedRect" placeholder="输入密码" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="lUL-vk-ufM">
                                                        <rect key="frame" x="52" y="0.0" width="248" height="40"/>
                                                        <constraints>
                                                            <constraint firstAttribute="height" constant="40" id="ZjY-RE-519"/>
                                                        </constraints>
                                                        <fontDescription key="fontDescription" type="system" pointSize="14"/>
                                                        <textInputTraits key="textInputTraits"/>
                                                    </textField>
                                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="密码:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5eX-mE-BiB">
                                                        <rect key="frame" x="0.0" y="0.0" width="52" height="40"/>
                                                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                                        <nil key="textColor"/>
                                                        <nil key="highlightedColor"/>
                                                    </label>
                                                </subviews>
                                                <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                                                <constraints>
                                                    <constraint firstItem="5eX-mE-BiB" firstAttribute="top" secondItem="wXY-da-kPt" secondAttribute="top" id="65J-C9-VmI"/>
                                                    <constraint firstAttribute="bottom" secondItem="5eX-mE-BiB" secondAttribute="bottom" id="DxM-js-TDm"/>
                                                    <constraint firstItem="lUL-vk-ufM" firstAttribute="leading" secondItem="5eX-mE-BiB" secondAttribute="trailing" id="L2U-gS-TXi"/>
                                                    <constraint firstItem="5eX-mE-BiB" firstAttribute="leading" secondItem="wXY-da-kPt" secondAttribute="leading" id="Mt3-z1-QWJ"/>
                                                    <constraint firstAttribute="trailing" secondItem="lUL-vk-ufM" secondAttribute="trailing" id="OMS-bL-pOm"/>
                                                    <constraint firstItem="lUL-vk-ufM" firstAttribute="top" secondItem="wXY-da-kPt" secondAttribute="top" id="Y0a-Km-Fae"/>
                                                    <constraint firstAttribute="bottom" secondItem="lUL-vk-ufM" secondAttribute="bottom" id="gts-fp-TFg"/>
                                                </constraints>
                                            </view>
                                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Dpw-hr-a6d">
                                                <rect key="frame" x="0.0" y="110" width="300" height="40"/>
                                                <subviews>
                                                    <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="47.95.219.205:5060" borderStyle="roundedRect" placeholder="输入域名" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="uW0-gn-HLn">
                                                        <rect key="frame" x="52" y="0.0" width="248" height="40"/>
                                                        <constraints>
                                                            <constraint firstAttribute="height" constant="40" id="VlK-rb-gRo"/>
                                                        </constraints>
                                                        <fontDescription key="fontDescription" type="system" pointSize="14"/>
                                                        <textInputTraits key="textInputTraits"/>
                                                    </textField>
                                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="域名:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8td-bR-pYt">
                                                        <rect key="frame" x="0.0" y="0.0" width="52" height="40"/>
                                                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                                        <nil key="textColor"/>
                                                        <nil key="highlightedColor"/>
                                                    </label>
                                                </subviews>
                                                <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                                                <constraints>
                                                    <constraint firstAttribute="bottom" secondItem="uW0-gn-HLn" secondAttribute="bottom" id="KhB-Jb-PrS"/>
                                                    <constraint firstItem="uW0-gn-HLn" firstAttribute="top" secondItem="Dpw-hr-a6d" secondAttribute="top" id="Sl1-Ip-clA"/>
                                                    <constraint firstAttribute="trailing" secondItem="uW0-gn-HLn" secondAttribute="trailing" id="cfG-hL-JSK"/>
                                                    <constraint firstItem="uW0-gn-HLn" firstAttribute="leading" secondItem="8td-bR-pYt" secondAttribute="trailing" id="eax-bd-oZz"/>
                                                    <constraint firstItem="8td-bR-pYt" firstAttribute="leading" secondItem="Dpw-hr-a6d" secondAttribute="leading" id="mhM-4a-9BY"/>
                                                    <constraint firstItem="8td-bR-pYt" firstAttribute="top" secondItem="Dpw-hr-a6d" secondAttribute="top" id="pA4-7H-YBS"/>
                                                    <constraint firstAttribute="bottom" secondItem="8td-bR-pYt" secondAttribute="bottom" id="xLH-fI-bUt"/>
                                                </constraints>
                                            </view>
                                            <stackView opaque="NO" contentMode="scaleToFill" spacing="20" translatesAutoresizingMaskIntoConstraints="NO" id="9m0-aK-YoA">
                                                <rect key="frame" x="0.0" y="165" width="300" height="30"/>
                                                <subviews>
                                                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="HFg-eW-msw">
                                                        <rect key="frame" x="0.0" y="0.0" width="300" height="30"/>
                                                        <color key="backgroundColor" red="0.49019607840000001" green="0.58823529409999997" blue="0.94117647059999998" alpha="1" colorSpace="calibratedRGB"/>
                                                        <state key="normal" title="登录">
                                                            <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                                                        </state>
                                                        <connections>
                                                            <action selector="b_login:" destination="abg-ej-ZH8" eventType="touchUpInside" id="UQo-Zf-h3F"/>
                                                        </connections>
                                                    </button>
                                                </subviews>
                                            </stackView>
                                        </subviews>
                                        <constraints>
                                            <constraint firstAttribute="width" constant="300" id="ktT-bS-BcZ"/>
                                        </constraints>
                                    </stackView>
                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="log" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Nuf-Mn-fdi">
                                        <rect key="frame" x="40" y="285" width="300" height="100"/>
                                        <constraints>
                                            <constraint firstAttribute="height" constant="100" id="ziw-k5-czj"/>
                                        </constraints>
                                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                        <nil key="textColor"/>
                                        <nil key="highlightedColor"/>
                                    </label>
                                </subviews>
                                <constraints>
                                    <constraint firstItem="Nuf-Mn-fdi" firstAttribute="leading" secondItem="nus-9F-sjI" secondAttribute="leading" constant="40" id="0mT-hN-hmK"/>
                                    <constraint firstItem="Nuf-Mn-fdi" firstAttribute="bottom" secondItem="IGu-LU-RZF" secondAttribute="bottom" id="2EW-gZ-n3F"/>
                                    <constraint firstItem="nus-9F-sjI" firstAttribute="trailing" secondItem="BDT-3A-oCn" secondAttribute="trailing" constant="40" id="Edg-ue-C4R"/>
                                    <constraint firstItem="BDT-3A-oCn" firstAttribute="centerX" secondItem="dlk-sL-YGO" secondAttribute="centerX" id="HjW-hx-TnP"/>
                                    <constraint firstItem="Nuf-Mn-fdi" firstAttribute="top" secondItem="BDT-3A-oCn" secondAttribute="bottom" constant="40" id="Ijn-1B-Rcq"/>
                                    <constraint firstItem="BDT-3A-oCn" firstAttribute="leading" secondItem="nus-9F-sjI" secondAttribute="leading" constant="40" id="MWe-j1-BrM"/>
                                    <constraint firstAttribute="trailing" secondItem="BDT-3A-oCn" secondAttribute="trailing" constant="74" id="kuf-Pk-eHT"/>
                                    <constraint firstItem="nus-9F-sjI" firstAttribute="trailing" secondItem="Nuf-Mn-fdi" secondAttribute="trailing" constant="40" id="q6y-qD-QB1"/>
                                    <constraint firstItem="BDT-3A-oCn" firstAttribute="top" secondItem="nus-9F-sjI" secondAttribute="top" constant="50" id="sqX-jh-Hym"/>
                                    <constraint firstAttribute="bottom" secondItem="Nuf-Mn-fdi" secondAttribute="bottom" id="v7q-X3-XtV"/>
                                </constraints>
                                <viewLayoutGuide key="contentLayoutGuide" id="IGu-LU-RZF"/>
                                <viewLayoutGuide key="frameLayoutGuide" id="nus-9F-sjI"/>
                            </scrollView>
                        </subviews>
                        <viewLayoutGuide key="safeArea" id="XDd-f4-ePa"/>
                        <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                        <constraints>
                            <constraint firstItem="dlk-sL-YGO" firstAttribute="centerX" secondItem="XkO-L3-8kp" secondAttribute="centerX" id="UaT-mK-MLo"/>
                            <constraint firstItem="dlk-sL-YGO" firstAttribute="top" secondItem="XDd-f4-ePa" secondAttribute="top" id="bJi-sM-CcN"/>
                            <constraint firstItem="XDd-f4-ePa" firstAttribute="bottom" secondItem="dlk-sL-YGO" secondAttribute="bottom" id="osk-9W-Dc2"/>
                        </constraints>
                    </view>
                    <connections>
                        <outlet property="logView" destination="Nuf-Mn-fdi" id="kCM-TK-KeG"/>
                        <outlet property="t_account" destination="Zud-6H-Juj" id="cFv-9V-UFc"/>
                        <outlet property="t_domain" destination="uW0-gn-HLn" id="24S-Cw-mKz"/>
                        <outlet property="t_pwd" destination="lUL-vk-ufM" id="gnr-5P-3p1"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="ijO-yY-Yxj" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="-665.21739130434787" y="128.57142857142856"/>
        </scene>
        <!--View Controller-->
        <scene sceneID="tne-QT-ifu">
            <objects>
                <viewController storyboardIdentifier="ViewController" id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController">
                    <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
                        <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="R9Z-3j-ZaN">
                                <rect key="frame" x="0.0" y="44" width="414" height="818"/>
                                <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                            </view>
                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jyO-M6-33P">
                                <rect key="frame" x="294" y="667" width="120" height="170"/>
                                <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                                <constraints>
                                    <constraint firstAttribute="width" constant="120" id="L4X-ev-Rf5"/>
                                    <constraint firstAttribute="height" constant="170" id="pHU-RP-J4u"/>
                                </constraints>
                            </view>
                            <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="拨打号码" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Gks-0Q-dK0">
                                <rect key="frame" x="40" y="54" width="334" height="34"/>
                                <fontDescription key="fontDescription" type="system" pointSize="14"/>
                                <textInputTraits key="textInputTraits"/>
                            </textField>
                            <stackView opaque="NO" contentMode="scaleToFill" spacing="20" translatesAutoresizingMaskIntoConstraints="NO" id="xZM-Xe-RaN">
                                <rect key="frame" x="35.5" y="812" width="343" height="30"/>
                                <subviews>
                                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="B9Q-4e-iOw">
                                        <rect key="frame" x="0.0" y="0.0" width="31" height="30"/>
                                        <state key="normal" title="拨打"/>
                                        <connections>
                                            <action selector="startCall:" destination="BYZ-38-t0r" eventType="touchUpInside" id="hPO-yo-YR1"/>
                                        </connections>
                                    </button>
                                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4xQ-WK-cza">
                                        <rect key="frame" x="51" y="0.0" width="31" height="30"/>
                                        <state key="normal" title="挂断"/>
                                        <connections>
                                            <action selector="endCall:" destination="BYZ-38-t0r" eventType="touchUpInside" id="pTI-6D-jcA"/>
                                        </connections>
                                    </button>
                                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="UeT-2e-HGS">
                                        <rect key="frame" x="102" y="0.0" width="62" height="30"/>
                                        <state key="normal" title="打开视频"/>
                                        <connections>
                                            <action selector="fetchVideo:" destination="BYZ-38-t0r" eventType="touchUpInside" id="mks-lj-yXi"/>
                                        </connections>
                                    </button>
                                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qqn-3F-cQt">
                                        <rect key="frame" x="184" y="0.0" width="62" height="30"/>
                                        <state key="normal" title="切换镜头"/>
                                    </button>
                                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KBa-2S-qta">
                                        <rect key="frame" x="266" y="0.0" width="77" height="30"/>
                                        <state key="normal" title="关闭摄像头"/>
                                        <connections>
                                            <action selector="closeCamear:" destination="BYZ-38-t0r" eventType="touchUpInside" id="ykp-Yj-Xaj"/>
                                        </connections>
                                    </button>
                                </subviews>
                            </stackView>
                        </subviews>
                        <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
                        <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                        <constraints>
                            <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="R9Z-3j-ZaN" secondAttribute="trailing" id="0mw-KO-BAm"/>
                            <constraint firstItem="R9Z-3j-ZaN" firstAttribute="bottom" secondItem="6Tk-OE-BBY" secondAttribute="bottom" id="5Vx-8q-SYV"/>
                            <constraint firstItem="6Tk-OE-BBY" firstAttribute="bottom" secondItem="jyO-M6-33P" secondAttribute="bottom" constant="25" id="DcI-3i-10E"/>
                            <constraint firstAttribute="bottomMargin" secondItem="xZM-Xe-RaN" secondAttribute="bottom" constant="20" id="Ioz-jS-n4r"/>
                            <constraint firstItem="R9Z-3j-ZaN" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" id="OAR-2n-r4k"/>
                            <constraint firstItem="Gks-0Q-dK0" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="40" id="Rek-BD-Rhg"/>
                            <constraint firstItem="R9Z-3j-ZaN" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="dLW-qw-NC1"/>
                            <constraint firstItem="Gks-0Q-dK0" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="10" id="dk1-KI-IKV"/>
                            <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="Gks-0Q-dK0" secondAttribute="trailing" constant="40" id="dz0-er-n3w"/>
                            <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="jyO-M6-33P" secondAttribute="trailing" id="x6h-wt-QjS"/>
                            <constraint firstItem="xZM-Xe-RaN" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="xDm-kj-BDz"/>
                        </constraints>
                    </view>
                    <connections>
                        <outlet property="t_callNum" destination="Gks-0Q-dK0" id="oO7-yE-W7G"/>
                        <outlet property="v_self" destination="jyO-M6-33P" id="VBJ-O7-WBn"/>
                        <outlet property="v_video" destination="R9Z-3j-ZaN" id="hqD-1r-DAx"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="100" y="120"/>
        </scene>
    </scenes>
    <resources>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>