XFFruit-Prefix.pch 537 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

// 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"
n22's avatar
n22 committed
17
#import "ICRNotificationMacro.h"
陈俊俊's avatar
陈俊俊 committed
18
#import "RegexUtil.h"
mei's avatar
mei committed
19
#endif