зеркало из https://github.com/nextcloud/talk-ios.git
19 строки
350 B
Objective-C
19 строки
350 B
Objective-C
//
|
|
// NCAPISessionManager.h
|
|
// VideoCalls
|
|
//
|
|
// Created by Ivan Sein on 30.11.17.
|
|
// Copyright © 2017 struktur AG. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "AFNetworking.h"
|
|
|
|
@interface NCAPISessionManager : AFHTTPSessionManager
|
|
|
|
@property (nonatomic, strong) NSString *userAgent;
|
|
|
|
+ (instancetype)sharedInstance;
|
|
|
|
@end
|