mirror of https://github.com/oxen-io/session-ios
parent
968066eff6
commit
36485c9461
@ -1,13 +0,0 @@
|
|||||||
//
|
|
||||||
// TSRedPhoneTokenRequest.h
|
|
||||||
// Pods
|
|
||||||
//
|
|
||||||
// Created by Frederic Jacobs on 20/12/15.
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#import "TSRequest.h"
|
|
||||||
|
|
||||||
@interface TSRedPhoneTokenRequest : TSRequest
|
|
||||||
|
|
||||||
@end
|
|
@ -1,23 +0,0 @@
|
|||||||
//
|
|
||||||
// TSRedPhoneTokenRequest.m
|
|
||||||
// Pods
|
|
||||||
//
|
|
||||||
// Created by Frederic Jacobs on 20/12/15.
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#import "TSConstants.h"
|
|
||||||
#import "TSRedPhoneTokenRequest.h"
|
|
||||||
|
|
||||||
@implementation TSRedPhoneTokenRequest
|
|
||||||
|
|
||||||
- (TSRequest *)init {
|
|
||||||
self = [super initWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@/token/", textSecureAccountsAPI]]];
|
|
||||||
|
|
||||||
self.HTTPMethod = @"GET";
|
|
||||||
self.parameters = nil;
|
|
||||||
|
|
||||||
return self;
|
|
||||||
}
|
|
||||||
|
|
||||||
@end
|
|
Loading…
Reference in New Issue