feat:add deprecated api

This commit is contained in:
pengfei.zhou
2021-07-22 19:01:58 +08:00
committed by osborn
parent c51b03ae9c
commit 0a54a5a5e7
10 changed files with 27 additions and 7 deletions

View File

@@ -32,6 +32,7 @@ typedef NS_ENUM(NSInteger, DoricQueueMode) {
NS_ASSUME_NONNULL_BEGIN
@interface DoricNativeDriver : NSObject <DoricDriverProtocol>
+ (instancetype)instance DEPRECATED_MSG_ATTRIBUTE("Do not use this api");;
@end
NS_ASSUME_NONNULL_END