FBSSceneSettings.h 281 B

12345678910
  1. @interface FBSSceneSettings : NSObject
  2. @property (getter=isBackgrounded, nonatomic, readonly) BOOL backgrounded;
  3. @property (getter=isEffectivelyBackgrounded, nonatomic, readonly) BOOL effectivelyBackgrounded;
  4. - (instancetype)initWithSettings:(FBSSceneSettings *)settings;
  5. @end