luxlabs header browser preview


@class AVTPresetResourceLoader, NSMutableDictionary;
@protocol AVTUILogger;

@interface AVTAvatarAttributeEditorPreloader : NSObject

@property (retain, nonatomic) AVTPresetResourceLoader *resourceLoader;
@property (retain, nonatomic) NSMutableDictionary *cancelationTokens;
@property (retain, nonatomic) id<AVTUILogger> logger;

- (void)dealloc;
- (void).cxx_destruct;
- (void)preloadSectionItem:(id)a0 atIndexPath:(id)a1;
- (void)cancelAllPreloading;
- (void)cancelPreloadForSectionItemIndexPath:(id)a0;
- (id)initWithResourceLoader:(id)a0 logger:(id)a1;
- (void)preloadCategory:(id)a0;

@end