18 lines
406 B
Objective-C
18 lines
406 B
Objective-C
//
|
|
// SwiftExample-Bridging-Header.h
|
|
// SwiftExample
|
|
//
|
|
// Created by Martin Barreto on 3/10/15.
|
|
// Copyright (c) 2014-2015 Xmartlabs. All rights reserved.
|
|
//
|
|
|
|
#ifndef SwiftExample_SwiftExample_Bridging_Header_h_h
|
|
#define SwiftExample_SwiftExample_Bridging_Header_h_h
|
|
|
|
|
|
#import <XLForm/XLForm.h>
|
|
#import <AXRatingView/AXRatingView.h>
|
|
#import <JVFloatLabeledTextField/JVFloatLabeledTextField.h>
|
|
|
|
#endif
|