forked from hjue/ITeye-IOS-Client
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCommon.h
More file actions
38 lines (28 loc) · 736 Bytes
/
Common.h
File metadata and controls
38 lines (28 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*
* Common.h
* JavaEye
*
* Created by ieliwb on 10-6-1.
* Copyright 2010 ieliwb.com. All rights reserved.
*
*/
#ifndef __IELIWB_COMMON__
#define __IELIWB_COMMON__
#define JAVAEYE_AUTHOR @"ieliwb"
#define JAVAEYE_VERSION @"v1.0.0"
#define JAVAEYE_DB_NAME @"javaeye.sqlite"
#define ADD 1111
#define UPDATE 2222
#define TABLE_VIEW_TAG 100
#define LOGO_VIEW_TAG 11
#define KEY_LABEL_TAG 22
#define VALUE_LABEL_TAG 33
#define TIME_LABEL_TAG 44
#define USER_LABEL_TAG 55
#define INFO_LABEL_TAG 66
#define STATUS_LABEL_TAG 77
#define URL_LABEL_TAG 88
#define BTN_VIEW_TAG 99
#define WEB_VIEW_TAG 111
#define TOOLBAR_VIEW_TAG 222
#endif __IELIWB_COMMON__