<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="17A291j" 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="12089"/>
        <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="IMUICameraCell" customModule="sample" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="364" height="245"/>
            <autoresizingMask key="autoresizingMask"/>
            <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
                <rect key="frame" x="0.0" y="0.0" width="364" height="245"/>
                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                <subviews>
                    <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Ec3-2I-Mzt" customClass="IMUICameraView" customModule="sample" customModuleProvider="target">
                        <rect key="frame" x="0.0" y="0.0" width="364" height="245"/>
                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                        <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                    </view>
                    <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="anl-mn-67f">
                        <rect key="frame" x="296" y="8" width="60" height="60"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="60" id="88f-dG-rjU"/>
                            <constraint firstAttribute="height" constant="60" id="fxp-nG-8bC"/>
                        </constraints>
                        <state key="normal" image="IMUIAssets.bundle/image/camera_fullscreen_Btn.png"/>
                        <connections>
                            <action selector="clickToAdjustCameraViewSize:" destination="gTV-IL-0wX" eventType="touchUpInside" id="tlW-U6-Qs1"/>
                        </connections>
                    </button>
                </subviews>
            </view>
            <constraints>
                <constraint firstItem="anl-mn-67f" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="8" id="HeJ-rv-9FL"/>
                <constraint firstAttribute="trailing" secondItem="anl-mn-67f" secondAttribute="trailing" constant="8" id="I0J-CD-YOD"/>
            </constraints>
            <size key="customSize" width="364" height="245"/>
            <connections>
                <outlet property="cameraView" destination="Ec3-2I-Mzt" id="5ro-sG-fKn"/>
            </connections>
            <point key="canvasLocation" x="182" y="149.5"/>
        </collectionViewCell>
    </objects>
    <resources>
        <image name="IMUIAssets.bundle/image/camera_fullscreen_Btn.png" width="16" height="16"/>
    </resources>
</document>
