Created
June 14, 2010 22:00
-
-
Save ejknapp/438384 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Dog.h | |
| // FirstCL | |
| // | |
| // Created by Eric Knapp on 6/14/10. | |
| // Copyright 2010 __MyCompanyName__. All rights reserved. | |
| // | |
| #import <Cocoa/Cocoa.h> | |
| @interface Dog : NSObject { | |
| NSString *name; | |
| } | |
| @property (nonatomic, retain) NSString *name; | |
| @end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment