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))
31
31
32
32
/* * Returns true if the given object is equal to this, and false otherwise. */
33
33
- (BOOL )isEqual:(nullable id )object;
34
-
35
- - (instancetype )init NS_UNAVAILABLE;
36
-
37
34
@end
38
35
39
36
NS_ASSUME_NONNULL_END
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ __attribute__((objc_subclassing_restricted))
31
31
32
32
/* * Returns true if the given object is equal to this, and false otherwise. */
33
33
- (BOOL )isEqual:(nullable id )object;
34
-
35
- - (instancetype )init NS_UNAVAILABLE;
36
-
37
34
@end
38
35
39
36
NS_ASSUME_NONNULL_END
Original file line number Diff line number Diff line change @@ -61,5 +61,5 @@ extension CodableMaxKey {
61
61
}
62
62
}
63
63
64
- /** Extends RegexValue to conform to Codable. */
64
+ /** Extends MaxKey to conform to Codable. */
65
65
extension FirebaseFirestore . MaxKey : FirebaseFirestore . CodableMaxKey { }
Original file line number Diff line number Diff line change @@ -61,5 +61,5 @@ extension CodableMinKey {
61
61
}
62
62
}
63
63
64
- /** Extends RegexValue to conform to Codable. */
64
+ /** Extends MinKey to conform to Codable. */
65
65
extension FirebaseFirestore . MinKey : FirebaseFirestore . CodableMinKey { }
You can’t perform that action at this time.
0 commit comments