百度地图SDK for iOS v3.4.4 类参考
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
12 
18 - (id)initWithCustomView:(UIView*)customView;
19 
20 @end
21 
该类用于定义一个PaopaoView
Definition: BMKActionPaopaoView.h:11