20 lines
516 B
Objective-C
20 lines
516 B
Objective-C
//
|
|
// SwiftDDP-OSX.h
|
|
// SwiftDDP-OSX
|
|
//
|
|
// Created by ebond on 8/22/16.
|
|
// Copyright © 2016 Peter Siegesmund. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for SwiftDDP-OSX.
|
|
FOUNDATION_EXPORT double SwiftDDP_OSXVersionNumber;
|
|
|
|
//! Project version string for SwiftDDP-OSX.
|
|
FOUNDATION_EXPORT const unsigned char SwiftDDP_OSXVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <SwiftDDP_OSX/PublicHeader.h>
|
|
|
|
|