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