mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-11 16:16:48 +01:00
19 lines
455 B
C
19 lines
455 B
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>
|
||
|
|
||
|
|