luxlabs header browser preview


@interface ISPlatformInfo : NSObject

@property (readonly) unsigned long long nativePlatform;

+ (id)sharedInstance;

- (BOOL)supportsRequestingLayerStacksForPlatform:(unsigned long long)a0;
- (BOOL)supportsRequestingMultisizedImagesForPlatform:(unsigned long long)a0;

@end