//
//  ICredentials.h
//  PhoneGapSpeechTest
//
//  Created by Adam on 10/15/12.
//
//

#import <Foundation/Foundation.h>

@protocol ICredentials <NSObject>

@required

-(NSString*) getAppId;
-(NSString*) getServerUrl;

@end
