Skip to content

Instantly share code, notes, and snippets.

@cloudbring
Created September 24, 2010 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cloudbring/594811 to your computer and use it in GitHub Desktop.
Save cloudbring/594811 to your computer and use it in GitHub Desktop.
//
// example.h
// CoreDataExample
//
// Created by Wess Cope on 3/7/10.
// Copyright 2010 FrenzyLabs. All rights reserved.
//
#import <CoreData/CoreData.h>
@interface example : NSManagedObject
{
NSNumber *digits;
NSString *item;
}
@property (nonatomic, retain) NSNumber *digits;
@property (nonatomic, retain) NSString *item;
@end
@cloudbring
Copy link
Author

What is this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment