#import namespace search { struct AddressInfo; } namespace url_scheme { struct ApiPoint; } @interface PlacePreviewViewController : UITableViewController -(id)initWith:(search::AddressInfo const &)info point:(CGPoint)point; -(id)initWithApiPoint:(url_scheme::ApiPoint const &)apiPoint; -(id)initWithPoint:(CGPoint)point; @end