luxlabs header browser preview


@class UINavigationController, NSString, NSArray, UITableViewController, UIViewController;

@interface UIReferenceLibraryViewController : UIViewController <UITableViewDataSource, UITableViewDelegate, UINavigationControllerDelegate> {
    NSString *_term;
    NSArray *_definitionValues;
    UINavigationController *_baseNavController;
    UITableViewController *_multiDefViewController;
    UIViewController *_longDefViewController;
    long long _oldPopoverStyle;
    BOOL _enableRotation;
    BOOL _previousIgnoreOrientation;
}

@property (copy, nonatomic) id /* block */ dismissCompletionHandler;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)_backgroundColor;
+ (id)_dictionaryDefinitionAttributes;
+ (BOOL)dictionaryHasDefinitionForTerm:(id)a0;
+ (id)_colorAttributes;
+ (id)_defaultButtonImage;
+ (id)_diddlyDoViewLineColor;
+ (id)_foregroundColor;
+ (id)_localizedDictionaryTitleAttributes;
+ (id)_pressedButtonImage;
+ (BOOL)_shouldShowDefineForTerm:(id)a0;
+ (BOOL)_shouldShowDefineForTermOfLength:(long long)a0;

- (BOOL)shouldAutorotateToInterfaceOrientation:(long long)a0;
- (id)tableView:(id)a0 willSelectRowAtIndexPath:(id)a1;
- (BOOL)shouldAutorotate;
- (long long)numberOfSectionsInTableView:(id)a0;
- (id)_backgroundColor;
- (id)init;
- (id)tableView:(id)a0 cellForRowAtIndexPath:(id)a1;
- (long long)tableView:(id)a0 numberOfRowsInSection:(long long)a1;
- (void)traitCollectionDidChange:(id)a0;
- (void)viewWillLayoutSubviews;
- (double)tableView:(id)a0 heightForRowAtIndexPath:(id)a1;
- (void)navigationController:(id)a0 willShowViewController:(id)a1 animated:(BOOL)a2;
- (void)viewDidLoad;
- (id)tableView:(id)a0 titleForHeaderInSection:(long long)a1;
- (unsigned long long)supportedInterfaceOrientations;
- (id)initWithNibName:(id)a0 bundle:(id)a1;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)_dictionaryDefinitionAttributes;
- (id)_colorAttributes;
- (id)_defaultButtonImage;
- (void)_didResignContentViewControllerOfPopover:(id)a0;
- (id)_diddlyDoViewLineColor;
- (void)_dismissModalReferenceView:(id)a0;
- (id)_foregroundColor;
- (void)_installDoneButtonOnViewControllerIfNeeded:(id)a0;
- (void)_installRequiredElementsOnViewController:(id)a0;
- (id)_localizedDictionaryTitleAttributes;
- (long long)_preferredInterfaceOrientationGivenCurrentOrientation:(long long)a0;
- (id)_pressedButtonImage;
- (void)_searchWeb:(id)a0;
- (void)_setPopoverController:(id)a0;
- (void)_willBecomeContentViewControllerOfPopover:(id)a0;
- (BOOL)enableRotation;
- (id)initWithTerm:(id)a0;
- (void)pushDownloadManager:(id)a0;
- (void)setEnableRotation:(BOOL)a0;
- (void)window:(id)a0 setupWithInterfaceOrientation:(long long)a1;

@end