KMNAlertTipViewController.xib 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <customObject id="-2" userLabel="File's Owner" customClass="KMNAlertTipViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="digitalComponentAlert" destination="tJq-OT-DnI" id="ZQr-RM-JDw"/>
  12. <outlet property="formComponentAlert" destination="mRC-8x-Alh" id="Xil-cj-MUh"/>
  13. <outlet property="redactComponentAlert" destination="o7v-dL-U67" id="Vnx-GT-JKg"/>
  14. <outlet property="secureComponentAlert" destination="r3h-xZ-vuk" id="r09-ao-TwC"/>
  15. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  16. </connections>
  17. </customObject>
  18. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  19. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  20. <customView id="Hz6-mo-xeY">
  21. <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
  22. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  23. <point key="canvasLocation" x="132" y="-128"/>
  24. </customView>
  25. <customView id="mRC-8x-Alh" customClass="ComponentAlert" customModule="KMComponentLibrary">
  26. <rect key="frame" x="0.0" y="0.0" width="350" height="90"/>
  27. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  28. <point key="canvasLocation" x="43" y="261"/>
  29. </customView>
  30. <customView id="tJq-OT-DnI" customClass="ComponentAlert" customModule="KMComponentLibrary">
  31. <rect key="frame" x="0.0" y="0.0" width="350" height="90"/>
  32. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  33. <point key="canvasLocation" x="55" y="113"/>
  34. </customView>
  35. <customView id="r3h-xZ-vuk" customClass="ComponentAlert" customModule="KMComponentLibrary">
  36. <rect key="frame" x="0.0" y="0.0" width="350" height="90"/>
  37. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  38. <point key="canvasLocation" x="55" y="427"/>
  39. </customView>
  40. <customView id="o7v-dL-U67" customClass="ComponentAlert" customModule="KMComponentLibrary">
  41. <rect key="frame" x="0.0" y="0.0" width="350" height="90"/>
  42. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  43. <point key="canvasLocation" x="55" y="427"/>
  44. </customView>
  45. </objects>
  46. </document>