Skip to content

Commit 521d395

Browse files
committed
chore: cleanup
1 parent 5f9da5d commit 521d395

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

packages/roomplan/typings/objc!NSCRoomPlan.d.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,3 @@ declare class NSCRoomPlan extends UIViewController {
99

1010
stopSession(): void;
1111
}
12-
13-
declare class RoomCapture extends UIView {
14-
static alloc(): RoomCapture; // inherited from NSObject
15-
16-
static appearance(): RoomCapture; // inherited from UIAppearance
17-
18-
static appearanceForTraitCollection(trait: UITraitCollection): RoomCapture; // inherited from UIAppearance
19-
20-
static appearanceForTraitCollectionWhenContainedIn(trait: UITraitCollection, ContainerClass: typeof NSObject): RoomCapture; // inherited from UIAppearance
21-
22-
static appearanceForTraitCollectionWhenContainedInInstancesOfClasses(trait: UITraitCollection, containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): RoomCapture; // inherited from UIAppearance
23-
24-
static appearanceWhenContainedIn(ContainerClass: typeof NSObject): RoomCapture; // inherited from UIAppearance
25-
26-
static appearanceWhenContainedInInstancesOfClasses(containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): RoomCapture; // inherited from UIAppearance
27-
28-
static new(): RoomCapture; // inherited from NSObject
29-
}

0 commit comments

Comments
 (0)