/Mobile/iPhone/StoffiRemote/StoffiRemote/SimulatedServer.h
http://yet-another-music-application.googlecode.com/ · C Header · 22 lines · 9 code · 6 blank · 7 comment · 0 complexity · 6563aea62091ecbec42b9bc329beab2c MD5 · raw file
- //
- // SimulatedServer.h
- // StoffiRemote
- //
- // Created by Fredrik Gadnell on 10/1/11.
- // Copyright 2011 __MyCompanyName__. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "Configuration.h"
- @interface SimulatedServer : NSObject {
- NSDictionary *configuration;
- }
- @property (retain) NSDictionary *configuration;
- + (SimulatedServer *)sharedServer;
- - (NSDictionary *)testConfiguration;
- @end