| Revision 123,
498 bytes
checked in by pmerrill, 6 years ago
(diff) |
- changed MyCompany? name to www.nanopi.net
- added xml importing to the file import tool
|
| Rev | Line | |
|---|
| [1] | 1 | // |
|---|
| 2 | // SapphireAppliance.h |
|---|
| 3 | // Sapphire |
|---|
| 4 | // |
|---|
| 5 | // Created by pnmerrill on 6/20/07. |
|---|
| [123] | 6 | // Copyright (c) 2007 __www.nanopi.net__. All rights reserved. |
|---|
| [1] | 7 | // |
|---|
| 8 | |
|---|
| 9 | #import <Foundation/Foundation.h> |
|---|
| 10 | #import <BackRow/BRAppliance.h> |
|---|
| 11 | |
|---|
| 12 | @class BRLayerController, BRRenderScene; |
|---|
| 13 | |
|---|
| 14 | @interface SapphireAppliance : BRAppliance |
|---|
| 15 | { |
|---|
| 16 | } |
|---|
| 17 | |
|---|
| 18 | + (NSString *) className; |
|---|
| 19 | |
|---|
| 20 | - (NSString *) moduleName; |
|---|
| 21 | + (NSString *) moduleKey; |
|---|
| 22 | - (NSString *) moduleKey; |
|---|
| 23 | |
|---|
| 24 | - (BRLayerController *) applianceControllerWithScene: (BRRenderScene *) scene; |
|---|
| 25 | |
|---|
| 26 | @end |
|---|
Note: See
TracBrowser
for help on using the repository browser.