luxlabs header browser preview


@class HMHome, HMUserListRemoteViewController, _UIAsyncInvocation;

@interface HMUserListViewController : UIViewController <HMUserManagementRemoteHost>

@property (retain, nonatomic) HMHome *home;
@property (nonatomic) BOOL shouldPresentWhenLoaded;
@property (copy, nonatomic) id /* block */ loadHandler;
@property (retain, nonatomic) _UIAsyncInvocation *cancelServiceInvocation;
@property (retain, nonatomic) HMUserListRemoteViewController *remoteViewController;
@property (copy, nonatomic) id /* block */ completionHandler;

- (void)viewDidLoad;
- (unsigned long long)supportedInterfaceOrientations;
- (void).cxx_destruct;
- (void)_presentAsTopmostViewController;
- (void)_configureAndAddRemoteViewController;
- (void)_finishSetupWithError:(id)a0;
- (void)_requestRemoteViewController;
- (id)initWithHome:(id)a0 loadHandler:(id /* block */)a1;
- (void)presentWhenLoaded;
- (void)userManagementDidFinishWithError:(id)a0;
- (void)userManagementDidLoad;

@end