Explorar el Código

add errorServerUnauthorized

marinofaggiana hace 6 años
padre
commit
fa4f12f811
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;