Changeset 494 for trunk/SapphireFrappliance/SapphireAppliance.h
- Timestamp:
- 02/20/08 16:53:20 (4 years ago)
- Files:
-
- 1 modified
-
trunk/SapphireFrappliance/SapphireAppliance.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SapphireFrappliance/SapphireAppliance.h
r461 r494 20 20 21 21 /*! 22 * @brief The ATV 2 protocol 23 * 24 * This protocol defines the new methods in ATV 2. 25 */ 26 @protocol BRAppliance <NSObject> 27 - (id)applianceInfo; 28 - (id)applianceCategories; 29 - (id)identifierForContentAlias:(id)fp8; 30 - (id)controllerForIdentifier:(id)fp8; 31 @end 32 33 /*! 22 34 * @brief The Main class 23 35 * 24 36 * This class bypasses the whitelist check and sets up backrow to load and use the main controller. 25 37 */ 26 @interface SapphireAppliance : BRAppliance 27 { 38 @interface SapphireAppliance : NSObject <BRAppliance, BRApplianceProtocol> { 28 39 } 29 40 @end 41
