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
  • BBAMNP.framework
  • Headers
  • BBASMAppExtensionBridge.h
  • no message
    d5c525e1
    yanglingyu authored
    2021-10-21 14:12:20 +0800  
    Browse Code »
BBASMAppExtensionBridge.h 322 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
//
//  BBASMAppExtensionBridge.h
//  BBAMNP
//
//  Created by baidu on 2019/5/10.
//  Copyright © 2019 Baidu. All rights reserved.
//

#import "BBASMBaseAPIBridge.h"

NS_ASSUME_NONNULL_BEGIN

// 宿主提供私有API的bridge通讯桥
@interface BBASMAppExtensionBridge : BBASMBaseAPIBridge

@end

NS_ASSUME_NONNULL_END