| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I'm getting the following compiler error:
/Users/ryan/Downloads/QuartzLines/KCLineFactory.h:20: error: syntax error before 'KCLine'
1: //
2: // LineFactory.h
3: // QuartzLines
4: //
5: // Created by Ryan on 4/24/08.
6: // Copyright 2008 Initech, Inc.. All rights reserved.
7: //
8:
9: #import <Cocoa/Cocoa.h>
10: #import "KCLine.h"
11: #import "KCColor.h"
12:
13: @interface KCLineFactory : NSObject
14: {
15: NSDictionary *linesByColor;
16: }
17:
18: + (KCLineFactory *)sharedKCLineFactory;
19:
20: - (KCLine *)getLineWithColor:(KCColor *)color;
21:
22: @end
_______________________________________________ Do not post admin requests to the list. They will be ignored. Objc-language mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/objc-language/email@hidden This email sent to email@hidden
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.