luxlabs header browser preview


@class CUMessageSession;

@interface SASProximitySessionSharingTransport : SASProximitySessionTransport

@property (retain) CUMessageSession *messageSession;
@property (retain) CUMessageSession *actionMessageSession;

- (void)invalidate;
- (void)activate;
- (void).cxx_destruct;
- (id)initWithMessageSession:(id)a0;
- (void)sendData:(id)a0 response:(id /* block */)a1;

@end