mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
ada07351e1
- Deprecates RedPhone upgrade flow. - Adds a generic upgrade dialog. - Upgrades dependencies. - Reorganizes `TSStorageManager` & TSNetworkManager imports.
17 lines
326 B
Objective-C
17 lines
326 B
Objective-C
//
|
|
// VersionMigrations.h
|
|
// Signal
|
|
//
|
|
// Created by Frederic Jacobs on 29/07/14.
|
|
// Copyright (c) 2014 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#define RECENT_CALLS_DEFAULT_KEY @"RPRecentCallsDefaultKey"
|
|
|
|
@interface VersionMigrations : NSObject
|
|
|
|
+ (void)performUpdateCheck;
|
|
|
|
@end
|