Newer
Older
XinYang_IOS / Pods / mob_pushsdk / MobPush / MobPushServiceExtension.framework / Headers / MobPushServiceExtension.h
@zhangfeng zhangfeng on 7 Dec 2023 445 bytes 1.8.0
//
//  MobPushServiceExtension.h
//  MobPushServiceExtension
//
//  Created by Brilance on 2018/8/22.
//  Copyright © 2018年 Brilancecom.mob. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface MobPushServiceExtension : NSObject

/**
 *  多媒体推送支持
 */
+ (void)handelNotificationServiceRequestUrl:(NSString *)requestUrl withAttachmentsComplete:(void (^)(NSArray *attachments, NSError *error))completeBlock;

@end