session-ios/Signal/src/view controllers/SignalsNavigationController.h
Christine Corbett ccdc4b5d17 Redesign implementation.
Result of stashed commits by @corbett and @abolishme
2015-01-24 16:28:34 -10:00

16 lines
443 B
Objective-C

//
// SignalsNavigationController.h
// Signal
//
// Created by Dylan Bourgeois on 18/11/14.
// Copyright (c) 2014 Open Whisper Systems. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "TSSocketManager.h"
#import "APNavigationController.h"
@interface SignalsNavigationController : APNavigationController
@property (nonatomic, strong) UIProgressView* socketStatusView;
@property (nonatomic, strong) NSTimer *updateStatusTimer;
@end