//
//  AppConfig.h
//  Minfo
//
//  Created by Nguyen Hieu on 1/3/13.
//  Copyright (c) 2013 Nguyen Hieu. All rights reserved.
//

#ifndef Minfo_AppConfig_h
#define Minfo_AppConfig_h

#define App_Name @"Ben Ellaby"
#define FiledText @"Please fill in all fields."

#define GBP @"£"
#define USD @"$"
#define JPY @"¥"
#define UER @"€"
#define IS_HEIGHT [[UIScreen mainScreen ] bounds].size.height
#define IS_WIDTH [[UIScreen mainScreen ] bounds].size.width
#define ORIGIN_RIGHT(width) (IS_HEIGHT - width)/2
#define ORIGIN_LEFT(width,left) (IS_HEIGHT - width - left)
#define Language(key) NSLocalizedString(key,nil)
#define IntToNumber(intput_int) [NSNumber numberWithInt:intput_int]
#define NumberToInt(input_number) [input_number integerValue]
#define delegat (AppDelegate*)[[UIApplication sharedApplication]delegate]
#define UserDefault [NSUserDefaults standardUserDefaults]
#define HeightCellDefault 100

#define timeFormat @"dd/MM/yyyy h:mm a"
// App Config

#define HeightHeaderBar 70
#define HeightTabbar 54
#define HeightViewPopUp IS_HEIGHT-HeightTabbar
#define DeviceVersion [[[UIDevice currentDevice]systemVersion] floatValue]
#define REFRESH_VIEW_HEIGHT 52

//app request server

#define HOSTNAME @"http://app.appitized.com/api/58/"
#define GetConfigApp @"config"
#define Menu @"services"
#define Todo @"todo"
#define item_list @"item-list"
#define SendBooking @"booking"
#define SendContact @"contact"
#define SendFeedback @"feedback"
#define SendDeivice @"push/register"
#define GetApplication @"pages/accessories_worktops"
#define SendEnquiry @"enquiry"
//  Config App Default Settings
#define tel_number_df @"01925 210 121"
#define mob_number_df @"07966 555662"
#define twitter_key_df @"mr6C87u5QU6Z53QnSCbg"
#define twitter_secret_df @"ocGkjqmrJOAaxMEmfmILTX7WQfMcClkdUHq4PMgyg"
#define facebook_id_df @"257110471055247"
#define email_df @"contact@panyvino.co.uk"
#define app_name_df @"Alex Willis"
#define apple_app_id_df @"599961541"
#define apple_app_url_df @"https://itunes.apple.com/us/app/ben_ellaby/id599961541?ls=1&mt=8"
#define icon_image_url_df @"http://content.appitized.com/app_cms/image/28_mzm.qvkfhdab.170x170-75.png"
#define full_address_df @"31 Walton Road, Stockton Heath, Warrington, Chsire, WA4 6NJ"
#define town_df @"CHORLEY"
#define county_df @"LANCASHIRE"
#define postcode_df @"PR7 5JB"
#define longitude_df @"-2.6587411"
#define latitude_df @"53.6112503"
#define Getkey(key) key




#endif
