MGL(Win32)
読み取り中…
検索中…
一致する文字列を見つけられません
mgl_iOS.h
1//
2// mgl_iOS.h
3// mgl_iOS
4//
5// Created by Acerola on 2020/11/28.
6//
7
8#import <Foundation/Foundation.h>
9
11FOUNDATION_EXPORT double mgl_iOSVersionNumber;
12
14FOUNDATION_EXPORT const unsigned char mgl_iOSVersionString[];
15
16// In this header, you should import all the public headers of your framework using statements like #import <mgl_iOS/PublicHeader.h>
17
18