luxlabs header browser preview


@class NSString, HFCroppedWallpaperInfo;

@interface HFWallpaper : NSObject <NSCopying>

@property (copy, nonatomic) HFCroppedWallpaperInfo *cropInfo;
@property (readonly, copy, nonatomic) NSString *assetIdentifier;
@property (retain, nonatomic) HFWallpaper *lastUserSelectedWallpaper;
@property (readonly, nonatomic) long long type;
@property (nonatomic) BOOL isCustomType;

+ (struct CGSize { double x0; double x1; })size;
+ (struct CGSize { double x0; double x1; })contentSizeForWallpaper;
+ (id)customWallpaperWithAssetIdentifier:(id)a0;

- (id)wallpaperIdentifier;
- (id)initWithDictionary:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (id)dictionaryRepresentation;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithType:(long long)a0 assetIdentifier:(id)a1 cropInfo:(id)a2;
- (id)sliceIdentifierForVariant:(long long)a0;

@end