luxlabs header browser preview


@protocol HFApplicationURLHandling;

@interface HFOpenURLRouter : NSObject

@property (class, readonly, nonatomic) HFOpenURLRouter *sharedInstance;

@property (weak, nonatomic) id<HFApplicationURLHandling> applicationURLHandler;

- (void).cxx_destruct;
- (id)openURL:(id)a0;
- (id)openSensitiveURL:(id)a0;
- (void)_sendAnalyticsEventForURL:(id)a0;

@end