@class GKDaemonProxy; @protocol GKGameSessionService, GKUtilityService, GKUtilityServicePrivate; @interface GKFoundationRuntimeStrategy : NSObject { GKDaemonProxy *_daemonProxy; } @property (readonly) BOOL shouldRefreshPreferencesAfterBackgrounding; @property (readonly) id gameSessionService; @property (readonly) id utilityService; @property (readonly) id utilityServicePrivate; - (void).cxx_destruct; - (id)localPlayer; - (id)initWithDaemonProxy:(id)a0; - (void)requestClientsRemoteImageDataForURL:(id)a0 queue:(id)a1 reply:(id /* block */)a2; @end