@interface GKChallengeListViewController : GKDashboardCollectionViewController @property (nonatomic) BOOL shouldShowPlayForChallenge; @property (nonatomic) double startTime; @property (nonatomic) long long preferredLargeTitleDisplayMode; - (void)viewWillAppear:(BOOL)a0; - (void)traitCollectionDidChange:(id)a0; - (void)viewWillLayoutSubviews; - (void)viewDidLayoutSubviews; - (void)viewDidLoad; - (void)viewWillDisappear:(BOOL)a0; - (void)viewDidAppear:(BOOL)a0; - (void)configureCloseButton; - (void)configureCollectionView; - (void)donePressed:(id)a0; - (id)initWithGameRecord:(id)a0; - (void)setupNoContentView:(id)a0 withError:(id)a1; - (void)showNoContentPlaceholderForError:(id)a0; - (void)updateLargeTitleInsets; @end