//
//  QuartzCodeCategoryOSX.h
//
//  Code generated using QuartzCode.
//  www.quartzcodeapp.com
//

#import <Foundation/Foundation.h>

@interface NSBezierPath (QuartzCode)

- (void)offsetBy:(CGPoint)offset;

- (CGPoint)firstPoint;
- (CGPathRef)quartzPath;

@end