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