@class UIImageView, GKPlayer, NSObject; @protocol GKPlayerAvatarViewDelegate; @interface GKDashboardPlayerPhotoView : UIView @property (retain, nonatomic) UIImageView *avatarImageView; @property (retain, nonatomic) GKPlayer *player; @property (nonatomic) BOOL useDarkerPlaceholder; @property (nonatomic) BOOL dimmed; @property (nonatomic, getter=isUsingPlaceholder) BOOL usingPlaceholder; @property (readonly, nonatomic) BOOL hasImage; @property (nonatomic) BOOL selected; @property (nonatomic) BOOL focusable; @property (weak, nonatomic) NSObject *delegate; @property (nonatomic) long long avatarSize; - (void)touchesCancelled:(id)a0 withEvent:(id)a1; - (void)commonInit; - (void)pressesEnded:(id)a0 withEvent:(id)a1; - (BOOL)canBecomeFocused; - (void)setAccessibilityLabel:(id)a0; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)touchesBegan:(id)a0 withEvent:(id)a1; - (void).cxx_destruct; - (void)touchesEnded:(id)a0 withEvent:(id)a1; - (void)layoutSubviews; - (id)initWithCoder:(id)a0; - (void)invalidatePhoto; - (void)refreshImageWithCompletionHandler:(id /* block */)a0; - (void)setPlayer:(id)a0 completionHandler:(id /* block */)a1; @end