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
  • BBASMManager.h
  • no message
    d5c525e1
    yanglingyu authored
    2021-10-21 14:12:20 +0800  
    Browse Code »
BBASMManager.h 331 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
//
//  BBASMManager.h
//  SWAN
//
//  Created by baidu on 2017/12/15.
//  Copyright © 2017年 baidu. All rights reserved.
//


#import <Foundation/Foundation.h>
#import "BBASMManagerProtocol.h"

NS_ASSUME_NONNULL_BEGIN

/// SWAN对外接口类
@interface BBASMManager : NSObject<BBASMManagerProtocol>

@end

NS_ASSUME_NONNULL_END