1<?xml version="1.0" encoding="UTF-8"?> 2<document type="com.apple.InterfaceBuilder.WatchKit.Storyboard" version="3.0" toolsVersion="13771" targetRuntime="watchKit" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="AgC-eL-Hgc"> 3 <device id="watch38" orientation="portrait"> 4 <adaptation id="fullscreen"/> 5 </device> 6 <dependencies> 7 <deployment identifier="watchOS"/> 8 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/> 9 <plugIn identifier="com.apple.InterfaceBuilder.IBWatchKitPlugin" version="13756"/> 10 </dependencies> 11 <scenes> 12 <!--Interface Controller--> 13 <scene sceneID="aou-V4-d1y"> 14 <objects> 15 <controller id="AgC-eL-Hgc" customClass="InterfaceController"> 16 <items> 17 <button width="1" alignment="left" title="Make Call" id="4Wq-ol-07z"> 18 <connections> 19 <action selector="makeCall" destination="AgC-eL-Hgc" id="qGH-2i-3Os"/> 20 </connections> 21 </button> 22 </items> 23 </controller> 24 </objects> 25 </scene> 26 </scenes> 27</document> 28