1
2
3
4
5
6
7
8
9
#if TARGET_IPHONE_SIMULATOR

#import "Release-iphonesimulator/BaiduMobStat.h"

#elif TARGET_OS_IPHONE

#import "Release-iphoneos/BaiduMobStat.h"

#endif