// // WebServiceConstants.h // ipbc-Client // // Created by Gerrit Linnemann on 28.10.13. // Copyright (c) 2013 Adawim UG (haftungsbeschränkt). All rights reserved. // #import @interface WebServiceConstants : NSObject extern NSString * const HOMEPAGE_REGISTER; extern NSString * const WS_BASE; extern NSString * const WS_RESOURCE; extern NSString * const WS_GET_USERS_IP_SERVICE; @end