2
0
MasterPassword/SendToMac/SendToMac-Prefix.pch
Maarten Billemont 657fef6249 Removed network from MP OS X + initial STM code MP iOS.
[REMOVED]   OS X: Removed networking code.  We're going to use SendToMac
            instead.
[ADDED]     iOS: Initial code for communicating with SendToMac hosts.
2012-03-14 00:55:49 +01:00

10 lines
187 B
Plaintext

//
// Prefix header for all source files of the 'SendToMac' target in the 'SendToMac' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif
#import "Pearl-Prefix.pch"