-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathjava_swift.h
More file actions
18 lines (13 loc) · 524 Bytes
/
java_swift.h
File metadata and controls
18 lines (13 loc) · 524 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// java_swift.h
// java_swift
//
// Created by John Holdsworth on 13/07/2016.
// Copyright (c) 2016 John Holdsworth. All rights reserved.
//
#import <Foundation/Foundation.h>
//! Project version number for java_swift.
FOUNDATION_EXPORT double java_swiftVersionNumber;
//! Project version string for java_swift.
FOUNDATION_EXPORT const unsigned char java_swiftVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <java_swift/PublicHeader.h>