17 lines
287 B
C
17 lines
287 B
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
|