Newer
Older
XinYang_IOS / Pods / mob_pushsdk / MobPush / MobPush.framework / Headers / UIViewController+MobPush.h
@zhangfeng zhangfeng on 7 Dec 2023 446 bytes 1.8.0
//
//  UIViewController+MobPush.h
//  MobPush
//
//  Created by Brilance on 2018/6/11.
//  Copyright © 2018年 com.mob. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface UIViewController (MobPush)

/**
 设置控制器路径

 @return 控制器路径
 */
+ (NSString *)MobPushPath;

/**
 初始化场景参数

 @param params 场景参数
 @return 控制器对象
 */
- (instancetype)initWithMobPushScene:(NSDictionary*)params;

@end