Sign in

iOS Team / CNliveBBASMModule · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNliveBBASMModule
  • CNLiveBBASMModule
  • Classes
  • SMLibs
  • BBASchemeDispatcher.framework
  • Headers
  • BBASDPluginProtocol.h
  • 0.0.2
    945d4c32
    liushiyu authored
    2021-10-21 15:26:26 +0800  
    Browse Code »
BBASDPluginProtocol.h 358 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
//
//  BBASDPluginProtocol.h
//  BBASchemeDispatcher
//
//  Created by Wang,Peng(MAD) on 2018/10/9.
//  Copyright © 2018年 Baidu. All rights reserved.
//

#import <Foundation/Foundation.h>

@protocol BBASDPluginProtocol <NSObject>

@required

/**
 在注册端能力时调用,此方法中实现重定向逻
 */
+ (void)pluginRedirectModuleAction;


@end