//
//  protobuf_ios_Prefix.pch
//  protobuf-ios
//
//  Created by Emmanuel Adeyemi on 5/28/15.
//
//

#ifndef protobuf_ios_protobuf_ios_Prefix_pch
#define protobuf_ios_protobuf_ios_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.
#import <Foundation/Foundation.h>
#import "Bootstrap.h"

#endif
