File tree 1 file changed +0
-18
lines changed
packages/roomplan/typings 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,3 @@ declare class NSCRoomPlan extends UIViewController {
9
9
10
10
stopSession ( ) : void ;
11
11
}
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
- }
You can’t perform that action at this time.
0 commit comments