1#import <UIKit/UIKit.h> 2#import "MuAnnotation.h" 3 4@interface MuAnnotSelectView : UIView 5- (id) initWithAnnot:(MuAnnotation *)_annot pageSize:(CGSize)_pageSize; 6@end 7 8