//
//  ICRAppMacro.h
//  XFFurit
//
//  Created by Xummer on 15/3/25.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#ifndef XFFurit_ICRAppMacro_h
#define XFFurit_ICRAppMacro_h

// COLOR
#define ICR_TINTCOLOR                   [UIColor colorWithR:63 g:134 b:244 a:1]

#define ICR_BLUE_BTN_COLOR              ICR_TINTCOLOR
#define ICR_GRAY_BTN_COLOR              [UIColor lightGrayColor]
#define ICR_NAVIBAR_ITEM_COLOR          [UIColor whiteColor]
#define ICR_NAVIBAR_ITEM_DISABLE_COLOR  [UIColor colorWithW:1 a:.5f]
#define ICR_NAVIBAR_TITLE_COLOR         [UIColor whiteColor]

// HTTP
#define HTTP_REST_API_BASE_URL          @"http://115.28.191.44:8080/IPatrol/rest"



#import "ICRHTTPController.h"
#import "ICRUserUtil.h"
#import "ICRAppViewControllerManager.h"

#endif