BBAJSBindingGlobalBaseDelegate.h
311 Bytes
//
// BBAJSBindingGlobalBaseDelegate.h
// SWAN
//
// Created by baidu on 2018/8/3.
// Copyright © 2018 baidu. All rights reserved.
//
#import <Foundation/Foundation.h>
@protocol BBAJSBindingGlobalBaseDelegate <NSObject>
/**
* @brief 对象标识
*
* @return 标识
*/
- (NSString *)identify;
@end