19 lines
455 B
Objective-C
19 lines
455 B
Objective-C
//
|
|
// AppShared.h
|
|
// AppShared
|
|
//
|
|
// Created by MainasuK Cirno on 2021-4-27.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for AppShared.
|
|
FOUNDATION_EXPORT double AppSharedVersionNumber;
|
|
|
|
//! Project version string for AppShared.
|
|
FOUNDATION_EXPORT const unsigned char AppSharedVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <AppShared/PublicHeader.h>
|
|
|
|
|