summaryrefslogtreecommitdiff
path: root/Juick/Helpers/User+UIView.h
blob: d2f75ce3de86fc1a00bbd796c5ad587be4d3d1fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  User+User_UIView.h
//  Juick
//
//  Created by Vitaly Takmazov on 10.02.2021.
//  Copyright © 2021 com.juick. All rights reserved.
//

#import "User.h"

NS_ASSUME_NONNULL_BEGIN

@interface User (UIView)

+ (void) throwUnableToLogin:(UIViewController *)view error:(NSError *)error path:(NSString *)path params:(NSDictionary * _Nullable)params;

@end

NS_ASSUME_NONNULL_END