diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-02-11 13:37:20 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-02-11 13:37:20 +0100 |
| commit | 768e492ea13d8c0f62e0334c4c626db4596a66d8 (patch) | |
| tree | a6027ff28e371f90bfb1d22c576dbd36dd0a632d /Flat Bezel/BBFlatBezelInterface.xib | |
| parent | 285ac7c2364f90a6bfc7853e25ec7f592d2009bc (diff) | |
Port more files to swift
Diffstat (limited to 'Flat Bezel/BBFlatBezelInterface.xib')
| -rw-r--r-- | Flat Bezel/BBFlatBezelInterface.xib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Flat Bezel/BBFlatBezelInterface.xib b/Flat Bezel/BBFlatBezelInterface.xib index b3039c6..b6fd59e 100644 --- a/Flat Bezel/BBFlatBezelInterface.xib +++ b/Flat Bezel/BBFlatBezelInterface.xib @@ -28,7 +28,7 @@ <rect key="frame" x="0.0" y="0.0" width="608" height="200"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <customView translatesAutoresizingMaskIntoConstraints="NO" id="68" customClass="BBCollectingSearchObjectView"> + <customView translatesAutoresizingMaskIntoConstraints="NO" id="68" customClass="FlatBezelCollectingSearchObjectView" customModule="Flat_Bezel" customModuleProvider="target"> <rect key="frame" x="8" y="8" width="184" height="184"/> <constraints> <constraint firstAttribute="height" constant="184" id="SwQ-fC-3aw"/> @@ -38,7 +38,7 @@ <outlet property="nextKeyView" destination="69" id="105"/> </connections> </customView> - <customView translatesAutoresizingMaskIntoConstraints="NO" id="69" customClass="BBSearchObjectView"> + <customView translatesAutoresizingMaskIntoConstraints="NO" id="69" customClass="FlatBezelSearchObjectView" customModule="Flat_Bezel" customModuleProvider="target"> <rect key="frame" x="200" y="8" width="184" height="184"/> <constraints> <constraint firstAttribute="width" constant="184" id="O3w-M3-b05"/> @@ -48,7 +48,7 @@ <outlet property="nextKeyView" destination="70" id="106"/> </connections> </customView> - <customView translatesAutoresizingMaskIntoConstraints="NO" id="70" customClass="BBCollectingSearchObjectView"> + <customView translatesAutoresizingMaskIntoConstraints="NO" id="70" customClass="FlatBezelCollectingSearchObjectView" customModule="Flat_Bezel" customModuleProvider="target"> <rect key="frame" x="392" y="8" width="184" height="184"/> <constraints> <constraint firstAttribute="width" constant="184" id="Jbn-VW-sSJ"/> |