<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" 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="21678"/>
        <capability name="Safe area layout guides" minToolsVersion="9.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" reuseIdentifier="StoryReactionGifCell" id="gTV-IL-0wX" customClass="StoryReactionGifCell" customModule="WoWonder" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
            <autoresizingMask key="autoresizingMask"/>
            <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
                <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                <subviews>
                    <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="fBS-gE-7s6" customClass="SDAnimatedImageView">
                        <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
                    </imageView>
                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hWc-M0-bCe">
                        <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
                        <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                        <connections>
                            <action selector="reactionButtonAction:" destination="gTV-IL-0wX" eventType="touchUpInside" id="6Ow-wL-3Pc"/>
                        </connections>
                    </button>
                </subviews>
            </view>
            <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
            <constraints>
                <constraint firstAttribute="trailing" secondItem="hWc-M0-bCe" secondAttribute="trailing" id="3SQ-k6-u4A"/>
                <constraint firstAttribute="bottom" secondItem="fBS-gE-7s6" secondAttribute="bottom" id="Iju-Fl-2Qs"/>
                <constraint firstAttribute="bottom" secondItem="hWc-M0-bCe" secondAttribute="bottom" id="PAh-zU-EPO"/>
                <constraint firstItem="hWc-M0-bCe" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="Pzn-uD-fA7"/>
                <constraint firstItem="fBS-gE-7s6" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="TT3-x9-XnY"/>
                <constraint firstAttribute="trailing" secondItem="fBS-gE-7s6" secondAttribute="trailing" id="hB7-K0-x9p"/>
                <constraint firstItem="hWc-M0-bCe" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="rVM-SC-EFR"/>
                <constraint firstItem="fBS-gE-7s6" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="vAw-Z1-hfS"/>
            </constraints>
            <connections>
                <outlet property="gifImageView" destination="fBS-gE-7s6" id="PfM-TH-pUf"/>
                <outlet property="reactionButton" destination="hWc-M0-bCe" id="q4I-Cs-G1Z"/>
            </connections>
            <point key="canvasLocation" x="-47" y="-32"/>
        </collectionViewCell>
    </objects>
</document>
