cdts/xdts-ios 3/TreeHole/Code/Utility/Share/MTShareServiceImp.h
2023-07-27 09:20:00 +08:00

17 lines
287 B
Objective-C

//
// MTShareServiceImp.h
// Meet
//
// Created by ko1o on 2018/10/3.
// Copyright © 2018年 ko1o. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "MTShareService.h"
@interface MTShareServiceImp : NSObject <MTShareService>
+ (instancetype)sharedInstance;
@end