Files
Swiftgram/PrefixHeader.pch
2016-06-27 17:00:09 -07:00

25 lines
666 B
Plaintext

//
// PrefixHeader.pch
// midiConnect
//
// Created by Brandon Withrow on 11/6/15.
// Copyright © 2015 Brandon Withrow. All rights reserved.
//
#ifndef PrefixHeader_pch
#define PrefixHeader_pch
#import <Foundation/Foundation.h>
// Include any system framework and library headers here that should be included in all compilation units.
// You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
#import <Mantle/Mantle.h>
#import "UIColor+Expanded.h"
#import "BWMath.h"
#import "LALayerView.h"
//#import "LACompView.h"
#import "LAModels.h"
#import "CGGeometryAdditions.h"
#endif /* PrefixHeader_pch */