cdts/xdts-ios 3/TUICalling/Source/Service/TUICallingService.h

16 lines
211 B
C
Raw Permalink Normal View History

2023-07-27 09:20:00 +08:00
//
// TUICallingService.h
// TUICalling
//
// Created by noah on 2021/8/20.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface TUICallingService : NSObject
@end
NS_ASSUME_NONNULL_END