darling-cocotron/AppKit/NSAffineTransform.h
2015-05-23 20:15:45 -04:00

13 lines
205 B
Objective-C

#import <Foundation/NSAffineTransform.h>
@class NSBezierPath;
@interface NSAffineTransform (AppKit)
- (void)concat;
- (void)set;
- (NSBezierPath *)transformBezierPath:(NSBezierPath *)bezierPath;
@end