luxlabs header browser preview


@interface PHAssetSpatialMediaProperties : PHAssetPropertySet

@property (readonly, nonatomic) short spatialMediaType;

+ (id)propertiesToFetch;
+ (id)entityName;
+ (id)keyPathToPrimaryObject;
+ (id)keyPathFromPrimaryObject;
+ (id)propertySetName;

- (id)initWithFetchDictionary:(id)a0 asset:(id)a1 prefetched:(BOOL)a2;

@end