Browse Source

add metadatasStatus

Marino Faggiana 6 years ago
parent
commit
7f87f26aab
1 changed files with 4 additions and 0 deletions
  1. 4 0
      iOSClient/CCGlobal.h

+ 4 - 0
iOSClient/CCGlobal.h

@@ -236,6 +236,10 @@ extern NSString *const flowEndpoint;
 // Metadata : Status
 // Metadata : Status
 #define k_metadataStatusNormal                          0
 #define k_metadataStatusNormal                          0
 #define k_metadataStatusHide                            1
 #define k_metadataStatusHide                            1
+#define k_metadataStatusInUpload                        2
+#define k_metadataStatusUploading                       3
+#define k_metadataStatusInDownload                      4
+#define k_metadataStatusDownloading                     5
 
 
 // TabBar button
 // TabBar button
 #define k_tabBarApplicationIndexFile                    0
 #define k_tabBarApplicationIndexFile                    0