-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathjava_util.h
More file actions
19 lines (13 loc) · 518 Bytes
/
java_util.h
File metadata and controls
19 lines (13 loc) · 518 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// java_util.h
// java_util
//
// 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_util.
FOUNDATION_EXPORT double java_utilVersionNumber;
//! Project version string for java_util.
FOUNDATION_EXPORT const unsigned char java_utilVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <java_util/PublicHeader.h>