1234567891011121314151617181920 |
- //
- // CallbackUtil.h
- // MCPlus
- //
- // Created by KangSH on 2018. 12. 20..
- // Copyright © 2018년 KangSH. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface CallbackUtil : NSObject
- - (NSString *) callBackFunc:(NSString*) callbackFn withDic:(NSMutableDictionary *) dic;
- @end
- NS_ASSUME_NONNULL_END
|