@protocol GKAchievementViewControllerDelegate; @interface GKAchievementViewController : GKGameCenterViewController @property (weak, nonatomic) id achievementDelegate; - (id)init; - (void)dealloc; - (void).cxx_destruct; - (void)notifyDelegateOnWillFinish; @end