mirror of https://github.com/SnapKit/SnapKit
20 lines
496 B
Objective-C
20 lines
496 B
Objective-C
//
|
|
// Snap OSX.h
|
|
// Snap OSX
|
|
//
|
|
// Created by Robert Payne on 24/03/15.
|
|
// Copyright (c) 2015 Jonas Budelmann. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for Snap OSX.
|
|
FOUNDATION_EXPORT double Snap_OSXVersionNumber;
|
|
|
|
//! Project version string for Snap OSX.
|
|
FOUNDATION_EXPORT const unsigned char Snap_OSXVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <Snap_OSX/PublicHeader.h>
|
|
|
|
|