// // LogInViewController.h // PLUCdraft // // Created by Alexander W. Moore on 2/3/15. // Copyright (c) 2015 Alexander W. Moore. All rights reserved. // #import @interface LogInViewController : UIViewController @property (weak, nonatomic, readonly) UIButton *btnLogIn; @property (weak, nonatomic, readonly) UITextField *txtUsername; @property (weak, nonatomic, readonly) UITextField *txtPassword; @end