jacket_test_ios_prefix.pch
986バイト
//
// jacket_ios_prefix.pch
// tuber
//
// Created by ドラッサル 亜嵐 on 2016/06/09.
// Copyright © 2016年 ドラッサル 亜嵐. All rights reserved.
//
#ifndef jacket_ios_prefix_pch
#define jacket_ios_prefix_pch
// Include any system framework and library headers here that should be included in all compilation units.
// You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
#define URL_BASE @"http://jacketapi.momo-ltd.com"
#define URL_PATH_API @"/jacketapi/%@"
#define URL_PATH_STORE_FIRMWARE @"/jacketapi/firmware_download.php?uuid=%@"
#define USER_USERID @"username"
#define USER_PASSWORD @"password"
#define KEY_USER_USERID @"username"
#define KEY_USER_PASSWORD @"password"
#define AGENT_KEY @"agent"
#define VNAME_KEY @"vname"
#define DATABASE @"sqlitedb.sql"
#endif /* Tuber_Prefix_pch */