summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/LoginViewController.h
blob: 6a834a82d9e4abe752c60bcab190f330c6ad7195 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  LoginViewController.h
//  Juick
//
//  Created by Vitaly on 30.01.14.
//  Copyright (c) 2014 com.juick. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "XLForm.h"
#import "PDKeychainBindingsController.h"

@interface LoginViewController : XLFormViewController

@end