Browse Source

add Template Rich document

Marino Faggiana 6 năm trước cách đây
mục cha
commit
8a636925f3
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      iOSClient/CCGlobal.h

+ 5 - 0
iOSClient/CCGlobal.h

@@ -308,6 +308,11 @@
 // Toolbar Detail
 #define k_detail_Toolbar_Height                         49
 
+// Template Rich document
+#define k_richdocument_document                         @"document"
+#define k_richdocument_spreadsheet                      @"spreadsheet"
+#define k_richdocument_presentation                     @"presentation"
+
 // Layout
 #define k_layout_list                                   @"typeLayoutList"
 #define k_layout_grid                                   @"typeLayoutGrid"