Skip to content

Commit 7833e70

Browse files
committed
Add deprecation annotations
1 parent 81ba357 commit 7833e70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extension/apple/ExecuTorch/Exported/ExecuTorchModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
NS_ASSUME_NONNULL_BEGIN
1212

13-
__attribute__((deprecated("This API is experimental and may change without notice.")))
1413
NS_SWIFT_NAME(Module)
14+
__attribute__((deprecated("This API is experimental.")))
1515
@interface ExecuTorchModule : NSObject
1616

1717
+ (instancetype)new NS_UNAVAILABLE;

extension/apple/ExecuTorch/Exported/ExecuTorchTensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
NS_ASSUME_NONNULL_BEGIN
1212

13-
__attribute__((deprecated("This API is experimental and may change without notice.")))
1413
NS_SWIFT_NAME(Tensor)
14+
__attribute__((deprecated("This API is experimental.")))
1515
@interface ExecuTorchTensor : NSObject
1616

1717
+ (instancetype)new NS_UNAVAILABLE;

extension/apple/ExecuTorch/Exported/ExecuTorchValue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
NS_ASSUME_NONNULL_BEGIN
1212

13-
__attribute__((deprecated("This API is experimental and may change without notice.")))
1413
NS_SWIFT_NAME(Value)
14+
__attribute__((deprecated("This API is experimental.")))
1515
@interface ExecuTorchValue : NSObject
1616

1717
@end

0 commit comments

Comments
 (0)