File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Example/Tests/Integration/API
Source/Public/FirebaseFirestore Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
#import < XCTest/XCTest.h>
20
20
21
21
#import " Firestore/Example/Tests/Util/FSTIntegrationTestCase.h"
22
- #import " Firestore/Source/Public/FirebaseFirestore/FIRAggregateQuery.h"
23
- #import " Firestore/Source/Public/FirebaseFirestore/FIRAggregateQuerySnapshot.h"
24
- #import " Firestore/Source/Public/FirebaseFirestore/FIRAggregateSource.h"
25
22
26
23
@interface FIRCountTests : FSTIntegrationTestCase
27
24
@end
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #import " FIRAggregateQuery.h"
18
+ #import " FIRAggregateQuerySnapshot.h"
19
+ #import " FIRAggregateSource.h"
17
20
#import " FIRCollectionReference.h"
18
21
#import " FIRDocumentChange.h"
19
22
#import " FIRDocumentReference.h"
You can’t perform that action at this time.
0 commit comments