BBASMManager.h
331 Bytes
//
// 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