17 lines
225 B
Objective-C
17 lines
225 B
Objective-C
//
|
|
// DCloudUTSConfig.h
|
|
// UTSTestComponent
|
|
//
|
|
// Created by DCloud-iOS-XHY on 2022/12/26.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface DCloudUTSConfig : NSObject
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|