瀏覽代碼

add Template Rich document

Marino Faggiana 6 年之前
父節點
當前提交
8a636925f3
共有 1 個文件被更改,包括 5 次插入0 次删除
  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"