XFFruit-Prefix.pch 483 Bytes
Newer Older
mei's avatar
mei committed
1
//
mei's avatar
mei committed
2 3
//  XFFruit-Prefix.pch
//  XFFruit
mei's avatar
mei committed
4 5 6 7 8
//
//  Created by Xummer on 3/23/15.
//  Copyright (c) 2015 Xummer. All rights reserved.
//

mei's avatar
mei committed
9 10
#ifndef XFFruit_XFFruit_Prefix_pch
#define XFFruit_XFFruit_Prefix_pch
mei's avatar
mei committed
11 12 13 14 15 16 17 18

// 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 "IBTConstants.h"
#import "ICRAppMacro.h"

#endif