Skip to content

Commit fa2918a

Browse files
committed
rearrange property modifiers
1 parent a2473da commit fa2918a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseUI/Auth/AuthProviderUI/Facebook/Source/FIRFacebookAuthUI.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ NS_ASSUME_NONNULL_BEGIN
2828
/** @property appId
2929
@brief The Facebook App ID.
3030
*/
31-
@property(nonatomic, copy, readonly) NSString *appID;
31+
@property(nonatomic, readonly, copy) NSString *appID;
3232

3333
/** @property scopes
3434
@brief The scopes to use with Facebook Login.
3535
@remarks Defaults to using "email" scopes.
3636
*/
37-
@property(nonatomic, copy, readonly) NSArray<NSString *> *scopes;
37+
@property(nonatomic, readonly, copy) NSArray<NSString *> *scopes;
3838

3939
/** @fn init
4040
@brief Please use initWithAppId:

0 commit comments

Comments
 (0)