BaiduMap_IOSSDK_v4.2.1_Docs
BMKActionPaopaoView.h
1 /*
2  * BMKActionPaopaoView.h
3  * BMapKit
4  *
5  * Copyright 2011 Baidu Inc. All rights reserved.
6  *
7  */
8 
9 #import <UIKit/UIKit.h>
11 @interface BMKActionPaopaoView : UIView
17 - (id)initWithCustomView:(UIView *)customView;
18 
19 @end
20 
该类用于定义一个PaopaoView
Definition: BMKActionPaopaoView.h:11