Skip to content

Commit

Permalink
Fixing extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Jul 1, 2022
1 parent b7c956f commit 5bb7e90
Show file tree
Hide file tree
Showing 5 changed files with 364 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (readonly, nonatomic, strong) NSData * ipk;

- (instancetype)init;

@end

NS_ASSUME_NONNULL_END
3 changes: 3 additions & 0 deletions src/darwin/Framework/CHIP/MTRCluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (strong, nonatomic, nullable) NSNumber * dataVersion;

- (instancetype)init;

@end

/**
Expand All @@ -91,6 +92,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (strong, nonatomic, nullable) NSNumber * fabricFiltered;

- (instancetype)init;

@end

/**
Expand Down Expand Up @@ -127,6 +129,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (strong, nonatomic, nullable) NSNumber * autoResubscribe;

- (instancetype)init;

@end

NS_ASSUME_NONNULL_END
Loading

0 comments on commit 5bb7e90

Please sign in to comment.