-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConstants.h
More file actions
37 lines (31 loc) · 1.07 KB
/
Constants.h
File metadata and controls
37 lines (31 loc) · 1.07 KB
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
36
37
//
// Constants.h
// instatext
//
// Created by Varun Jain on 15/03/13.
// Copyright (c) 2013 Varun Jain. All rights reserved.
//
#define PLIST_ITEM_MAIN @"main"
#define PLIST_ITEM_TEXT @"text"
#define PLIST_ITEM_IMAGE @"image"
#define PLIST_ITEM_STICKERS @"stickers"
#define PLIST_ITEM_BORDERS @"borders"
#define PLIST_ITEM_FONT @"text_font"
#define PLIST_ITEM_COLOR @"text_color"
#define PLIST_ITEM_LAYOUT @"text_layout"
#define PLIST_ITEM_STYLE @"text_style"
#define PLIST_ITEM_THEMES @"image_themes"
#define PLIST_ITEM_CAMERA @"image_camera"
#define PLIST_ITEM_LIBRARY @"image_library"
#define PLIST_ITEM_EFFECTS @"image_effects"
#define PLIST_SUBITEM_FONT @"font_subitems"
#define PLIST_SUBITEM_COLOR @"color_subitems"
#define PLIST_SUBITEM_STYLE @"style_subitems"
#define PLIST_SUBITEM_THEMES @"themes_subitems"
#define PLIST_SUBITEM_LIBRARY @"library_subitems"
#define PLIST_SUBITEM_EFFECTS @"effects_subitems"
#define ATTR_BG @"attr_background"
#define ATTR_IMAGE @"attr_image"
#define ATTR_BORDER @"attr_border"
#define ATTR_FONT @"attr_font"
#define ATTR_COLOR @"attr_color"