Browse Source

add errorServerUnauthorized

marinofaggiana 6 years ago
parent
commit
fa4f12f811
1 changed files with 1 additions and 0 deletions
  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;