Quellcode durchsuchen

add errorServerUnauthorized

marinofaggiana vor 6 Jahren
Ursprung
Commit
fa4f12f811
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      iOSClient/AppDelegate.h

+ 1 - 0
iOSClient/AppDelegate.h

@@ -67,6 +67,7 @@
 
 // Networking 
 @property (nonatomic, copy) void (^backgroundSessionCompletionHandler)(void);
+@property BOOL errorServerUnauthorized;
 
 // Network Share
 @property (nonatomic, strong) NSMutableDictionary *sharesID;