luxlabs header browser preview


@class SFService;

@interface TRServerConnection : TRConnection

@property (weak, nonatomic) SFService *service;

- (void)sendResponse:(id)a0;
- (void)invalidate;
- (void)sendEvent:(id)a0;
- (id)initWithService:(id)a0;
- (void).cxx_destruct;
- (void)sendRequest:(id)a0;

@end