Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit 82f9ff3

Browse files
committed
Accessibility: Lint & code format
1 parent 7a20f40 commit 82f9ff3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ParseUI/Classes/LogInViewController/PFLogInView.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
///--------------------------------------
3939
#pragma mark - Accessibility Identifiers
4040
///--------------------------------------
41+
4142
NSString *const PFLogInViewUsernameFieldAccessibilityIdentifier = @"PFLogInViewUsernameFieldAccessibilityIdentifier";
4243
NSString *const PFLogInViewPasswordFieldAccessibilityIdentifier = @"PFLogInViewPasswordFieldAccessibilityIdentifier";
4344
NSString *const PFLogInViewLogInButtonAccessibilityIdentifier = @"PFLogInViewLogInButtonAccessibilityIdentifier";

ParseUI/Classes/SignUpViewController/PFSignUpView.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ typedef NS_OPTIONS(NSInteger, PFSignUpFields) {
4949
PFSignUpFieldsDismissButton)
5050
};
5151

52-
5352
/**
5453
`PFSignUpFields`'s accessibity identifiers
5554
@@ -62,7 +61,6 @@ extern NSString *const PFSignUpViewAdditionalFieldAccessibilityIdentifier;
6261
extern NSString *const PFSignUpViewSignUpButtonAccessibilityIdentifier;
6362
extern NSString *const PFSignUpViewDismissButtonAccessibilityIdentifier;
6463

65-
6664
@class PFTextField;
6765

6866
/**

ParseUI/Classes/SignUpViewController/PFSignUpView.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
///--------------------------------------
3636
#pragma mark - Accessibility Identifiers
3737
///--------------------------------------
38+
3839
NSString *const PFSignUpViewUsernameFieldAccessibilityIdentifier = @"PFSignUpViewUsernameFieldAccessibilityIdentifier";
3940
NSString *const PFSignUpViewEmailFieldAccessibilityIdentifier = @"PFSignUpViewEmailFieldAccessibilityIdentifier";
4041
NSString *const PFSignUpViewPasswordFieldAccessibilityIdentifier = @"PFSignUpViewPasswordFieldAccessibilityIdentifier";

0 commit comments

Comments
 (0)