20 lines
581 B
Objective-C
20 lines
581 B
Objective-C
//
|
|
// SwiftAppLibrary.h
|
|
// SwiftAppLibrary
|
|
//
|
|
// Created by NanoTech on 2017-02-08.
|
|
// Copyright © 2017 nanotech. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for SwiftAppLibrary.
|
|
FOUNDATION_EXPORT double SwiftAppLibraryVersionNumber;
|
|
|
|
//! Project version string for SwiftAppLibrary.
|
|
FOUNDATION_EXPORT const unsigned char SwiftAppLibraryVersionString[];
|
|
|
|
FOUNDATION_EXPORT void runNSApplication(void);
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <SwiftAppLibrary/PublicHeader.h>
|