//
//  QCMethod.h
//
//  Version 1.2
//
//  www.quartzcodeapp.com
//

#import "TargetConditionals.h"
#import <QuartzCore/QuartzCore.h>

#if (TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE)
#import <UIKit/UIKit.h>
#else
#import <Cocoa/Cocoa.h>
#endif

@interface QCMethod : NSObject
