mirror of
https://github.com/tappollo/OSCKit.git
synced 2026-03-29 01:28:05 +08:00
20 lines
478 B
Objective-C
20 lines
478 B
Objective-C
//
|
|
// OSCKit-Swift.h
|
|
// OSCKit
|
|
//
|
|
// Created by Zhigang Fang on 4/18/17.
|
|
// Copyright © 2017 matrix. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for OSCKit.
|
|
FOUNDATION_EXPORT double OSCKitKVersionNumber;
|
|
|
|
//! Project version string for OSCKit.
|
|
FOUNDATION_EXPORT const unsigned char OSCKitVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <OSCKit/PublicHeader.h>
|
|
|
|
|