Skip to content

Commit 168bb3a

Browse files
committed
remove superfluous init/new signatures
available by default
1 parent 73d0ab6 commit 168bb3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/darwin/Framework/CHIP/MTRDevice_Concrete.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ NS_ASSUME_NONNULL_BEGIN
2323
@class MTRDeviceController;
2424

2525
@interface MTRDevice_Concrete : MTRDevice
26-
- (instancetype)init;
27-
+ (instancetype)new;
26+
2827
@end
2928

3029
NS_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)