20 lines
421 B
Objective-C
20 lines
421 B
Objective-C
//
|
|
// WebServiceConstants.h
|
|
// ipbc-Client
|
|
//
|
|
// Created by Gerrit Linnemann on 28.10.13.
|
|
// Copyright (c) 2013 Adawim UG (haftungsbeschränkt). All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@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
|