// // kneet-Prefix.pch // kneet // // Created by Jason Lee on 1/21/15. // Copyright (c) 2015 Jason Lee. All rights reserved. // #ifndef kneet_kneet_Prefix_pch #define kneet_kneet_Prefix_pch // 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. #ifdef __OBJC__ #import #import #import "CocoaLumberjack.h" #import "Common.h" #import "SocketServiceHandler.h" #endif #endif