123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
- <plugIn identifier="com.apple.WebKit2IBPlugin" version="22505"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMEmbeddedPaymentPopWC" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="mainView" destination="ha1-rh-fVy" id="JMi-Dj-vmh"/>
- <outlet property="webView" destination="xYX-Ie-8hw" id="0FR-Ky-hiP"/>
- <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
- <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
- <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
- <rect key="contentRect" x="196" y="240" width="460" height="693"/>
- <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
- <view key="contentView" id="se5-gp-TjO">
- <rect key="frame" x="0.0" y="0.0" width="460" height="693"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="ha1-rh-fVy">
- <rect key="frame" x="0.0" y="0.0" width="460" height="693"/>
- <subviews>
- <wkWebView wantsLayer="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xYX-Ie-8hw">
- <rect key="frame" x="0.0" y="0.0" width="460" height="693"/>
- <wkWebViewConfiguration key="configuration">
- <audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/>
- <wkPreferences key="preferences"/>
- </wkWebViewConfiguration>
- </wkWebView>
- </subviews>
- <constraints>
- <constraint firstItem="xYX-Ie-8hw" firstAttribute="leading" secondItem="ha1-rh-fVy" secondAttribute="leading" id="Itd-UM-zZ8"/>
- <constraint firstAttribute="trailing" secondItem="xYX-Ie-8hw" secondAttribute="trailing" id="XDn-y3-Bms"/>
- <constraint firstAttribute="bottom" secondItem="xYX-Ie-8hw" secondAttribute="bottom" id="tGk-76-oqq"/>
- <constraint firstItem="xYX-Ie-8hw" firstAttribute="top" secondItem="ha1-rh-fVy" secondAttribute="top" id="tec-jh-YPH"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="ha1-rh-fVy" secondAttribute="trailing" id="1Fp-qg-7im"/>
- <constraint firstAttribute="bottom" secondItem="ha1-rh-fVy" secondAttribute="bottom" id="B9d-Z2-yJH"/>
- <constraint firstItem="ha1-rh-fVy" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="OxT-lh-s2T"/>
- <constraint firstItem="ha1-rh-fVy" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="jHn-wP-Tas"/>
- </constraints>
- </view>
- <connections>
- <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
- </connections>
- <point key="canvasLocation" x="105" y="276.5"/>
- </window>
- </objects>
- </document>
|