luxlabs header browser preview


@class NSXPCConnection;

@interface CARLayerPropertyMarshal : NSObject

@property (retain, nonatomic) NSXPCConnection *connection;

- (id)init;
- (void)invalidate;
- (void)_setupConnection;
- (void)_handleConnectionReset;
- (void).cxx_destruct;
- (void)sendLayerProperties:(id)a0;

@end