BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
BMKGeneralDelegate.h
浏览该文件的文档.
1//
2// BMKGeneralDelegate.h
3// BMapKit
4//
5// Copyright 2011 Baidu Inc. All rights reserved.
6//
7
8#import <Foundation/Foundation.h>
9
11@protocol BMKGeneralDelegate <NSObject>
12@optional
17- (void)onGetNetworkState:(int)iError;
18
23- (void)onGetPermissionState:(int)iError;
24@end