ifish/Ifish/BMKMap3.3.0/BaiduMapAPI_Map.framework/Headers/BMKActionPaopaoView.h

22 lines
465 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* BMKActionPaopaoView.h
* BMapKit
*
* Copyright 2011 Baidu Inc. All rights reserved.
*
*/
#import <UIKit/UIKit.h>
/// 该类用于定义一个PaopaoView
@interface BMKActionPaopaoView : UIView
/**
*初始化并返回一个BMKActionPaopaoView
*@param customView 自定义ViewcustomViewnil时返回默认的PaopaoView
*@return 初始化成功则返回BMKActionPaopaoView,否则返回nil
*/
- (id)initWithCustomView:(UIView*)customView;
@end