BaiduMap_IOSSDK_v6.6.3_Docs  6.6.3
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
BMKGeneralDelegate-p
通知Delegate
Definition: BMKGeneralDelegate.h:11