| Revision 540,
405 bytes
checked in by gbooker, 5 years ago
(diff) |
|
A big massive commit of the initial stuff for core data backend (doesn't compile quite yet)
|
| Line | |
|---|
| 1 | #import "_SapphireEpisode.h" |
|---|
| 2 | |
|---|
| 3 | #define SapphireEpisodeName @"Episode" |
|---|
| 4 | |
|---|
| 5 | @interface SapphireEpisode : _SapphireEpisode { |
|---|
| 6 | NSArray *sortedSubEpisodes; |
|---|
| 7 | } |
|---|
| 8 | + (SapphireEpisode *)episodeWithDictionary:(NSDictionary *)dict inContext:(NSManagedObjectContext *)moc; |
|---|
| 9 | |
|---|
| 10 | - (int)episodeNumberValue; |
|---|
| 11 | - (int)lastEpisodeNumberValue; |
|---|
| 12 | - (NSString *)episodeTitle; |
|---|
| 13 | - (NSComparisonResult)compare:(SapphireEpisode *)other; |
|---|
| 14 | @end |
|---|
Note: See
TracBrowser
for help on using the repository browser.