Skip to content

Commit

Permalink
Avoid warnings about failing to override a designated initializer (fi…
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhuff committed Feb 22, 2018
1 parent 4dc63f8 commit 442d46f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Firestore/Source/Remote/FSTStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ NS_ASSUME_NONNULL_BEGIN

- (instancetype)initWithDatabase:(const firebase::firestore::core::DatabaseInfo *)database
workerDispatchQueue:(FSTDispatchQueue *)workerDispatchQueue
connectionTimerID:(FSTTimerID)connectionTimerID
idleTimerID:(FSTTimerID)idleTimerID
credentials:(id<FSTCredentialsProvider>)credentials
responseMessageClass:(Class)responseMessageClass NS_UNAVAILABLE;

Expand Down Expand Up @@ -287,6 +289,8 @@ NS_ASSUME_NONNULL_BEGIN

- (instancetype)initWithDatabase:(const firebase::firestore::core::DatabaseInfo *)database
workerDispatchQueue:(FSTDispatchQueue *)workerDispatchQueue
connectionTimerID:(FSTTimerID)connectionTimerID
idleTimerID:(FSTTimerID)idleTimerID
credentials:(id<FSTCredentialsProvider>)credentials
responseMessageClass:(Class)responseMessageClass NS_UNAVAILABLE;

Expand Down

0 comments on commit 442d46f

Please sign in to comment.