commit | author | age
|
a6c014
|
1 |
// |
L |
2 |
// WAFirebaseImpl.h |
|
3 |
// WAFirebaseImpl |
|
4 |
// |
|
5 |
// Created by LPW on 2020/8/26. |
|
6 |
// Copyright © 2020 LPW. All rights reserved. |
|
7 |
// |
|
8 |
|
|
9 |
#import <Foundation/Foundation.h> |
|
10 |
|
|
11 |
//! Project version number for WAFirebaseImpl. |
|
12 |
FOUNDATION_EXPORT double WAFirebaseImplVersionNumber; |
|
13 |
|
|
14 |
//! Project version string for WAFirebaseImpl. |
|
15 |
FOUNDATION_EXPORT const unsigned char WAFirebaseImplVersionString[]; |
|
16 |
|
|
17 |
// In this header, you should import all the public headers of your framework using statements like #import <WAFirebaseImpl/PublicHeader.h> |
|
18 |
|
8fa52d
|
19 |
//time:2024/04/18 12:29 ver:3.18.0 |
a6c014
|
20 |
|