luxlabs header browser preview


@class AVWeakReference;

@interface AVCaptureRotationHelperLayer : CALayer {
    AVWeakReference *_delegate;
}

- (void)dealloc;
- (void)layerDidBecomeVisible:(BOOL)a0;
- (id)initWithDelegate:(id)a0;

@end