CTMediator+A.h
302 Bytes
//
// CTMediator+A.h
// CNLivePublishContent
//
// Created by 殷巧娟 on 2019/1/16.
//
#import <CTMediator/CTMediator.h>
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface CTMediator (A)
-(UIViewController *)A_ViewControllerWithParams:(NSDictionary *)params;
@end
NS_ASSUME_NONNULL_END