@class NSString, UIImageView, UIVisualEffectView, UILabel, UIView, UIButton; @protocol CKLocationShareBalloonViewDelegate; @interface CKLocationShareBalloonView : CKImageBalloonView @property (retain, nonatomic) UILabel *titleLabel; @property (retain, nonatomic) UILabel *locationLabel; @property (retain, nonatomic) UIButton *startSharingButton; @property (retain, nonatomic) UIButton *ignoreButton; @property (retain, nonatomic) UIView *horizontalSeparator; @property (retain, nonatomic) UIView *verticalSeparator; @property (retain, nonatomic) UIImageView *chevron; @property (retain, nonatomic) UIVisualEffectView *effectView; @property (weak, nonatomic) id delegate; @property (nonatomic) long long offerState; @property (copy, nonatomic) NSString *titleString; @property (copy, nonatomic) NSString *locationString; - (BOOL)gestureRecognizer:(id)a0 shouldReceiveTouch:(id)a1; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)addFilter:(id)a0; - (void)prepareForDisplay; - (void).cxx_destruct; - (void)setDelegate:(id)a0; - (void)layoutSubviews; - (void)clearFilters; - (void)_ignoreButtonHit:(id)a0; - (void)_shareButtonHit:(id)a0; - (void)configureForLocationShareOfferChatItem:(id)a0; - (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0 textAlignmentInsets:(struct UIEdgeInsets { double x0; double x1; double x2; double x3; } *)a1; @end