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