lpw
2021-01-26 454098c2f508505fc55c60c577250b8610abaaf3
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
454098 19 //time:2021/01/23 15:35 ver:3.9.2
a6c014 20