ResKnife/Cocoa/Plug-Ins/Pattern Editor/RKPatternView.h

18 lines
262 B
C
Raw Normal View History

2012-07-08 17:43:57 +00:00
//
// RKPatternView.h
// ResKnife
//
// Created by Nate Weaver on 2012-7-8.
// Copyright (c) 2012 Derailer. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface RKPatternView : NSImageView {
CGFloat scale;
}
@property (assign) CGFloat scale;
@end