Sign in

iOS Team / CNLivePublishContents · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLivePublishContents
  • CNLivePublishContent
  • Classes
  • CTMediator+A.h
  • 0.1.5
    4400be16
    yinqiaojuan authored
    2019-01-16 13:47:45 +0800  
    Browse Code »
CTMediator+A.h 302 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
//
//  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