luxlabs header browser preview


@class UIView, NSString, NSArray, UICollectionViewFlowLayout, AVTUIEnvironment, _AVTAvatarRecordImageProvider, AVTFunCamAvatarPickerCollectionViewLayout, AVTRenderingScope, AVTCenteringCollectionViewDelegate, UICollectionView, AVTAvatarListImageItem, AVTFunCamAvatarPickerStyle;
@protocol AVTAvatarStoreInternal, NSObject, AVTPresenterDelegate, AVTAvatarPickerDelegate, AVTUILogger, AVTAvatarRecord;

@interface AVTFunCamAvatarPickerController : UIViewController <UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout, AVTViewSessionProviderDelegate, AVTObjectViewController, AVTAvatarPicker>

@property (retain, nonatomic) UICollectionView *collectionView;
@property (retain, nonatomic) UIView *titlesContainer;
@property (retain, nonatomic) UICollectionView *titlesCollectionView;
@property (retain, nonatomic) UIView *titlesClippingView;
@property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } lastUpdateViewBounds;
@property (retain, nonatomic) id<AVTAvatarRecord> selectedAvatarRecord;
@property (retain, nonatomic) AVTFunCamAvatarPickerCollectionViewLayout *listLayout;
@property (retain, nonatomic) UICollectionViewFlowLayout *gridLayout;
@property (retain, nonatomic) AVTCenteringCollectionViewDelegate *centeringDelegate;
@property (retain, nonatomic) NSArray *puppetRecords;
@property (retain, nonatomic) NSArray *editableRecords;
@property (retain, nonatomic) NSArray *items;
@property (retain, nonatomic) AVTAvatarListImageItem *noneItem;
@property (retain, nonatomic) id<AVTAvatarStoreInternal> store;
@property (readonly, nonatomic) AVTUIEnvironment *environment;
@property (readonly, nonatomic) id<AVTUILogger> logger;
@property (readonly, nonatomic) _AVTAvatarRecordImageProvider *imageProvider;
@property (readonly, nonatomic) AVTRenderingScope *editableRecordsListRenderingScope;
@property (readonly, nonatomic) AVTRenderingScope *gridRenderingScope;
@property (retain, nonatomic) id<NSObject> changeNotificationToken;
@property (nonatomic) unsigned long long mode;
@property (copy, nonatomic) AVTFunCamAvatarPickerStyle *style;
@property (nonatomic) BOOL allowsCreation;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;
@property (readonly, nonatomic) UIView *view;
@property (weak, nonatomic) id<AVTPresenterDelegate> presenterDelegate;
@property (weak, nonatomic) id<AVTAvatarPickerDelegate> avatarPickerDelegate;

+ (id)funCamAvatarPickerControllerForStore:(id)a0 style:(id)a1;
+ (id)funCamAvatarPickerControllerForStore:(id)a0 style:(id)a1 allowsCreation:(BOOL)a2;
+ (id)newGridLayout;
+ (id)createClippingViewForSize:(struct CGSize { double x0; double x1; })a0;
+ (id)itemsFromRecords:(id)a0;
+ (id)sessionProviderWithEnvironment:(id)a0 delegate:(id)a1;

- (void)scrollViewDidEndDecelerating:(id)a0;
- (struct CGSize { double x0; double x1; })collectionView:(id)a0 layout:(id)a1 sizeForItemAtIndexPath:(id)a2;
- (void)collectionView:(id)a0 didSelectItemAtIndexPath:(id)a1;
- (void)viewWillAppear:(BOOL)a0;
- (void)reloadData;
- (void)traitCollectionDidChange:(id)a0;
- (void)viewWillLayoutSubviews;
- (void)viewDidLayoutSubviews;
- (struct UIEdgeInsets { double x0; double x1; double x2; double x3; })collectionView:(id)a0 layout:(id)a1 insetForSectionAtIndex:(long long)a2;
- (void)scrollViewDidEndDragging:(id)a0 willDecelerate:(BOOL)a1;
- (void)loadView;
- (void).cxx_destruct;
- (long long)collectionView:(id)a0 numberOfItemsInSection:(long long)a1;
- (long long)numberOfSectionsInCollectionView:(id)a0;
- (void)scrollViewDidScroll:(id)a0;
- (id)collectionView:(id)a0 cellForItemAtIndexPath:(id)a1;
- (id)selectedIndexPath;
- (BOOL)canCreateAvatar;
- (void)buildCollectionView;
- (void)reloadModel;
- (struct CGSize { double x0; double x1; })gridItemSize;
- (id)buildTitlesCollectionViewLayout;
- (long long)indexForRecord:(id)a0;
- (id)buildCollectionViewLayout;
- (long long)indexForRecordIdentifier:(id)a0;
- (id)indexPathForNoneItem;
- (id)initWithStore:(id)a0 environment:(id)a1 style:(id)a2;
- (id)initWithStore:(id)a0 environment:(id)a1 style:(id)a2 allowsCreation:(BOOL)a3;
- (BOOL)isDisplayingGridLayout;
- (void)preloadAll;
- (void)selectAvatarRecordWithIdentifier:(id)a0 animated:(BOOL)a1;
- (void)selectItemAtCenterNotifyDelegate:(BOOL)a0;
- (void)selectItemAtIndexPath:(id)a0 animated:(BOOL)a1 notifyDelegate:(BOOL)a2;
- (void)selectItemForAvatarRecord:(id)a0 animated:(BOOL)a1 notifyDelegate:(BOOL)a2;
- (void)sendSelectionEventToDelegateForItemAtIndexPath:(id)a0;
- (void)sessionProviderDidEndCameraSession:(id)a0;
- (void)sessionProviderWillStartCameraSession:(id)a0;
- (void)startObservingChangesIfNeeded;
- (void)updateTitlesClippingViewMask;
- (void)updateViewForCurrentMode;

@end