mirror of https://github.com/oxen-io/session-ios
Hide the socket status view when censorship circumvention is active.
// FREEBIEpull/1/head
parent
680b2c20d1
commit
d065c95270
@ -1,15 +1,9 @@
|
||||
//
|
||||
// SignalsNavigationController.h
|
||||
// Signal
|
||||
//
|
||||
// Created by Dylan Bourgeois on 18/11/14.
|
||||
// Copyright (c) 2014 Open Whisper Systems. All rights reserved.
|
||||
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "TSSocketManager.h"
|
||||
|
||||
@interface SignalsNavigationController : UINavigationController
|
||||
@property (nonatomic, strong) UIProgressView *socketStatusView;
|
||||
@property (nonatomic, strong) NSTimer *updateStatusTimer;
|
||||
|
||||
@end
|
||||
|
Loading…
Reference in New Issue