| Revision 206,
613 bytes
checked in by gbooker, 6 years ago
(diff) |
|
Added the rest of the notifications. This should mostly complete the tv browser
|
| Line | |
|---|
| 1 | // |
|---|
| 2 | // SapphireTVDirectory.h |
|---|
| 3 | // Sapphire |
|---|
| 4 | // |
|---|
| 5 | // Created by Graham Booker on 9/5/07. |
|---|
| 6 | // Copyright 2007 www.nanopi.net. All rights reserved. |
|---|
| 7 | // |
|---|
| 8 | |
|---|
| 9 | #import "SapphireMetaData.h" |
|---|
| 10 | |
|---|
| 11 | @interface SapphireTVBaseDirectory : SapphireDirectoryMetaData { |
|---|
| 12 | NSMutableDictionary *directory; |
|---|
| 13 | NSTimer *reloadTimer; |
|---|
| 14 | } |
|---|
| 15 | - (void)processFile:(SapphireFileMetaData *)file; |
|---|
| 16 | - (void)removeFile:(SapphireFileMetaData *)file; |
|---|
| 17 | @end |
|---|
| 18 | |
|---|
| 19 | @interface SapphireTVDirectory : SapphireTVBaseDirectory { |
|---|
| 20 | } |
|---|
| 21 | @end |
|---|
| 22 | |
|---|
| 23 | @interface SapphireShowDirectory : SapphireTVBaseDirectory { |
|---|
| 24 | } |
|---|
| 25 | @end |
|---|
| 26 | |
|---|
| 27 | @interface SapphireSeasonDirectory : SapphireTVBaseDirectory { |
|---|
| 28 | } |
|---|
| 29 | @end |
|---|
Note: See
TracBrowser
for help on using the repository browser.