@interface PanoramaOutput : NSObject @property (nonatomic) struct __CVBuffer { } *pixelBuffer; @property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } cropRect; - (void)dealloc; @end