A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.
1 <?xml version="1.0" encoding="UTF-8"?> 2 <document type="com.apple.InterfaceBuilder.WatchKit.Storyboard" version="3.0" toolsVersion="14490.70" 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="14490.49"/> 9 <plugIn identifier="com.apple.InterfaceBuilder.IBWatchKitPlugin" version="14490.21"/> 10 </dependencies> 11 <scenes> 12 <!--Meetings--> 13 <scene sceneID="aou-V4-d1y"> 14 <objects> 15 <controller title="Meetings" id="AgC-eL-Hgc" customClass="InterfaceController" customModule="JitsiMeetCompanion" customModuleProvider="target"> 16 <items> 17 <label alignment="left" textAlignment="left" numberOfLines="0" id="OQN-sx-tDt"/> 18 <table alignment="left" id="gpO-ql-Xsr"> 19 <items> 20 <tableRow identifier="MeetingRowType" id="GGl-av-xeJ" customClass="MeetingRowController" customModule="JitsiMeetCompanion_Extension"> 21 <group key="rootItem" width="1" height="0.0" alignment="left" layout="vertical" id="5XE-gq-qzG"> 22 <items> 23 <label alignment="left" text="Label" id="Sij-up-N4p"/> 24 <label alignment="left" text="Label" id="V5K-sm-jEH"> 25 <color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/> 26 <fontDescription key="font" style="UICTFontTextStyleFootnote"/> 27 </label> 28 </items> 29 <connections> 30 <segue destination="9RD-qP-1Z0" kind="push" id="Boa-6E-eZs"/> 31 </connections> 32 </group> 33 <connections> 34 <outlet property="roomLabel" destination="Sij-up-N4p" id="PdS-SO-ylc"/> 35 <outlet property="rowGroup" destination="5XE-gq-qzG" id="GZN-2c-2Gz"/> 36 <outlet property="timeLabel" destination="V5K-sm-jEH" id="fWQ-kx-vE4"/> 37 </connections> 38 </tableRow> 39 </items> 40 </table> 41 </items> 42 <connections> 43 <outlet property="infoLabel" destination="OQN-sx-tDt" id="Juv-tb-SNj"/> 44 <outlet property="table" destination="gpO-ql-Xsr" id="aVV-iZ-z3l"/> 45 </connections> 46 </controller> 47 </objects> 48 <point key="canvasLocation" x="-99" y="117"/> 49 </scene> 50 <!--Meetings--> 51 <scene sceneID="ns4-Kh-qqU"> 52 <objects> 53 <controller identifier="InCallController" title="Meetings" hidesWhenLoading="NO" id="9RD-qP-1Z0" customClass="InCallController" customModule="JitsiMeetCompanion" customModuleProvider="target"> 54 <items> 55 <label alignment="center" text="Label" id="vFt-lL-SNY"/> 56 <timer alignment="center" textAlignment="center" previewedSeconds="0" id="W8S-uZ-MPm"> 57 <color key="textColor" red="0.024725984125768763" green="1" blue="0.24241188365329402" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> 58 <fontDescription key="font" style="UICTFontTextStyleHeadline"/> 59 </timer> 60 <group alignment="center" verticalAlignment="bottom" spacing="10" id="Hfk-a0-uWj"> 61 <items> 62 <button width="60" height="60" alignment="left" verticalAlignment="bottom" backgroundImage="hangup" id="8jF-SI-UHz"> 63 <connections> 64 <action selector="hangupClicked" destination="9RD-qP-1Z0" id="cXK-lw-tsd"/> 65 </connections> 66 </button> 67 <button width="60" height="60" alignment="right" verticalAlignment="bottom" backgroundImage="mute-off" id="LmN-FI-aQq"> 68 <connections> 69 <action selector="muteClicked" destination="9RD-qP-1Z0" id="dJg-kV-cqH"/> 70 </connections> 71 </button> 72 </items> 73 </group> 74 </items> 75 <connections> 76 <outlet property="mutedButton" destination="LmN-FI-aQq" id="gfi-4T-gdN"/> 77 <outlet property="roomLabel" destination="vFt-lL-SNY" id="cYB-Tf-Efz"/> 78 <outlet property="timer" destination="W8S-uZ-MPm" id="r7T-j1-9VJ"/> 79 </connections> 80 </controller> 81 </objects> 82 <point key="canvasLocation" x="213" y="117"/> 83 </scene> 84 </scenes> 85 </document>