Files
2025-08-02 18:35:47 +08:00

17 lines
191 B
Objective-C

//
// UTSCPP.h
// UTS
//
// Created by doujingxuan on 2022/10/26.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface UTSCPP : NSObject
@end
NS_ASSUME_NONNULL_END