Skip to content

Commit 5b2119d

Browse files
author
karisli
committed
xml编译修复
1 parent 5a30892 commit 5b2119d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

QCloudCOSXML/Classes/Base/QCloudLogManager.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
#import <Foundation/Foundation.h>
99

1010
NS_ASSUME_NONNULL_BEGIN
11+
#if TARGET_OS_IOS
1112
@interface QCloudLogTableViewController : UIViewController
1213
- (instancetype)initWithLog:(NSArray *)logContent;
1314
@end
15+
#endif
16+
1417
/**
1518
QCloudCOSXML 日志管理类
1619
*/

0 commit comments

Comments
 (0)