瀏覽代碼

remove identifier from CCMetadataNet

Marino Faggiana 6 年之前
父節點
當前提交
c51b557f3a
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      iOSClient/Networking/CCNetworking.h
  2. 0 1
      iOSClient/Networking/CCNetworking.m

+ 0 - 1
iOSClient/Networking/CCNetworking.h

@@ -106,7 +106,6 @@
 @property (nonatomic, strong) NSString *fileName;
 @property (nonatomic, strong) NSString *fileName;
 @property (nonatomic, strong) NSString *fileNameTo;
 @property (nonatomic, strong) NSString *fileNameTo;
 @property (nonatomic, strong) NSString *fileNameView;
 @property (nonatomic, strong) NSString *fileNameView;
-@property (nonatomic, strong) NSString *identifier;
 @property (nonatomic, strong) NSString *key;
 @property (nonatomic, strong) NSString *key;
 @property (nonatomic, strong) NSString *keyCipher;
 @property (nonatomic, strong) NSString *keyCipher;
 @property (nonatomic, strong) id options;
 @property (nonatomic, strong) id options;

+ 0 - 1
iOSClient/Networking/CCNetworking.m

@@ -1534,7 +1534,6 @@
     [metadataNet setFileName: self.fileName];
     [metadataNet setFileName: self.fileName];
     [metadataNet setFileNameTo: self.fileNameTo];
     [metadataNet setFileNameTo: self.fileNameTo];
     [metadataNet setFileNameView: self.fileNameView];
     [metadataNet setFileNameView: self.fileNameView];
-    [metadataNet setIdentifier: self.identifier];
     [metadataNet setKey: self.key];
     [metadataNet setKey: self.key];
     [metadataNet setKeyCipher: self.keyCipher];
     [metadataNet setKeyCipher: self.keyCipher];
     [metadataNet setOptions: self.options];
     [metadataNet setOptions: self.options];