abouttreesummaryrefslogcommitdiff
path: root/antlr4-cpp-runtime-4.9.2-source/runtime/antlrcpp-ios/antlrcpp_ios.h
blob: bd6b3d424e7dccbda0efd1c07f4fc335e965312e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  antlrcpp-ios.h
//  antlrcpp-ios
//
//  Created by Mike Lischke on 05.05.16.
//  Copyright © 2016 Mike Lischke. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for antlrcpp-ios.
FOUNDATION_EXPORT double antlrcpp_iosVersionNumber;

//! Project version string for antlrcpp-ios.
FOUNDATION_EXPORT const unsigned char antlrcpp_iosVersionString[];

#include "antlr4-runtime.h"