File tree Expand file tree Collapse file tree 4 files changed +2
-8
lines changed
Source/Public/FirebaseFirestore Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ __attribute__((objc_subclassing_restricted))
3131
3232/* * Returns true if the given object is equal to this, and false otherwise. */
3333- (BOOL )isEqual:(nullable id )object;
34-
35- - (instancetype )init NS_UNAVAILABLE;
36-
3734@end
3835
3936NS_ASSUME_NONNULL_END
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ __attribute__((objc_subclassing_restricted))
3131
3232/* * Returns true if the given object is equal to this, and false otherwise. */
3333- (BOOL )isEqual:(nullable id )object;
34-
35- - (instancetype )init NS_UNAVAILABLE;
36-
3734@end
3835
3936NS_ASSUME_NONNULL_END
Original file line number Diff line number Diff line change @@ -61,5 +61,5 @@ extension CodableMaxKey {
6161 }
6262}
6363
64- /** Extends RegexValue to conform to Codable. */
64+ /** Extends MaxKey to conform to Codable. */
6565extension FirebaseFirestore . MaxKey : FirebaseFirestore . CodableMaxKey { }
Original file line number Diff line number Diff line change @@ -61,5 +61,5 @@ extension CodableMinKey {
6161 }
6262}
6363
64- /** Extends RegexValue to conform to Codable. */
64+ /** Extends MinKey to conform to Codable. */
6565extension FirebaseFirestore . MinKey : FirebaseFirestore . CodableMinKey { }
You can’t perform that action at this time.
0 commit comments