| Revision 734,
433 bytes
checked in by gbooker, 4 years ago
(diff) |
|
Switched the the next version of the metadata.
Fixes #264
|
| Line | |
|---|
| 1 | #import "_SapphireSeason.h" |
|---|
| 2 | |
|---|
| 3 | #define SapphireSeasonName @"Season" |
|---|
| 4 | |
|---|
| 5 | @interface SapphireSeason : _SapphireSeason {} |
|---|
| 6 | + (SapphireSeason *)season:(int)season forShow:(NSString *)show withPath:(NSString *)showPath inContext:(NSManagedObjectContext *)moc; |
|---|
| 7 | + (SapphireSeason *)upgradeV1Season:(NSManagedObject *)oldSeason toShow:(SapphireTVShow *)show; |
|---|
| 8 | |
|---|
| 9 | - (NSComparisonResult)compare:(SapphireSeason *)other; |
|---|
| 10 | - (NSString *)seasonName; |
|---|
| 11 | @end |
|---|
Note: See
TracBrowser
for help on using the repository browser.