Skip to content

Commit acf365f

Browse files
committed
fix extra tokens after import
1 parent 06e6d70 commit acf365f

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

Auth/FirebaseAuthUI/AccountManagement/FUIAccountSettingsOperation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515
//
1616

17-
#import <Foundation/Foundation.h>;
17+
#import <Foundation/Foundation.h>
1818

1919
@class FIRAuth;
2020
@class FIRUser;

Auth/FirebaseAuthUI/FUIAuthErrors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515
//
1616

17-
#import <Foundation/Foundation.h>;
17+
#import <Foundation/Foundation.h>
1818

1919
NS_ASSUME_NONNULL_BEGIN
2020

Auth/FirebaseAuthUI/FirebaseAuthUI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515
//
1616

17-
#import <UIKit/UIKit.h>;
17+
#import <UIKit/UIKit.h>
1818

1919
//! Project version number for FirebaseAuthUI.
2020
FOUNDATION_EXPORT double FirebaseAuthUIVersionNumber;

Database/FirebaseDatabaseUI/FUICollection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// clang-format on
2020

21-
#import <Foundation/Foundation.h>;
21+
#import <Foundation/Foundation.h>
2222

2323
@class FIRDatabaseReference, FIRDatabaseQuery, FIRDataSnapshot;
2424
@protocol FUICollectionDelegate;

Database/FirebaseDatabaseUI/FUICollectionViewDataSource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// clang-format on
2020

21-
#import <UIKit/UIKit.h>;
21+
#import <UIKit/UIKit.h>
2222

2323
#import "FUICollection.h"
2424

Database/FirebaseDatabaseUI/FUITableViewDataSource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// clang-format on
2020

21-
#import <UIKit/UIKit.h>;
21+
#import <UIKit/UIKit.h>
2222

2323
#import "FUICollection.h"
2424

Database/FirebaseDatabaseUI/FirebaseDatabaseUI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515
//
1616

17-
#import <UIKit/UIKit.h>;
17+
#import <UIKit/UIKit.h>
1818

1919
//! Project version number for FirebaseDatabaseUI.
2020
FOUNDATION_EXPORT double FirebaseDatabaseUIVersionNumber;

FacebookAuth/FirebaseFacebookAuthUI/FirebaseFacebookAuthUI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515
//
1616

17-
#import <UIKit/UIKit.h>;
17+
#import <UIKit/UIKit.h>
1818

1919
//! Project version number for FirebaseFacebookAuthUI.
2020
FOUNDATION_EXPORT double FirebaseFacebookAuthUIVersionNumber;

FirebaseUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseUI'
3-
s.version = '8.4.2'
3+
s.version = '8.5.0'
44
s.summary = 'UI binding libraries for Firebase.'
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }

Firestore/FirebaseFirestoreUI/FUIFirestoreCollectionViewDataSource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// clang-format on
2020

21-
#import <UIKit/UIKit.h>;
21+
#import <UIKit/UIKit.h>
2222

2323
#import "FUIBatchedArray.h"
2424

0 commit comments

Comments
 (0)