22 #import <UIKit/UIKit.h>
24 #import <Parse/PFConstants.h>
26 #import <ParseUI/ParseUIConstants.h>
27 #import <ParseUI/PFLogInView.h>
29 NS_ASSUME_NONNULL_BEGIN
49 @property (nonatomic, assign) PFLogInFields
fields;
68 @property (nullable, nonatomic, weak) id<PFLogInViewControllerDelegate>
delegate;
103 extern NSString *
const PFLogInSuccessNotification;
109 extern NSString *
const PFLogInFailureNotification;
114 extern NSString *
const PFLogInCancelNotification;
142 shouldBeginLogInWithUsername:(NSString *)username
143 password:(NSString *)password;
166 - (void)logInViewController:(
PFLogInViewController *)logInController didFailToLogInWithError:(nullable NSError *)error;
177 NS_ASSUME_NONNULL_END
Definition: PFLogInViewController.h:38
PFSignUpViewController * signUpController
Definition: PFLogInViewController.h:83
Definition: PFLogInView.h:79
BOOL emailAsUsername
Definition: PFLogInViewController.h:92
Definition: PFLogInViewController.h:124
Definition: PFSignUpViewController.h:38
id< PFLogInViewControllerDelegate > delegate
Definition: PFLogInViewController.h:68
PFLogInView * logInView
Definition: PFLogInViewController.h:57
NSArray< NSString * > * facebookPermissions
Definition: PFLogInViewController.h:75
PFLogInFields fields
Definition: PFLogInViewController.h:49