#import #import #import @class TGVenueAttachment; typedef enum { TGLocationPickerControllerDefaultIntent, TGLocationPickerControllerCustomLocationIntent } TGLocationPickerControllerIntent; @interface TGLocationPickerController : TGViewController @property (nonatomic, copy) void (^locationPicked)(CLLocationCoordinate2D coordinate, TGVenueAttachment *venue); - (instancetype)initWithContext:(id)context intent:(TGLocationPickerControllerIntent)intent; @end