mirror of
https://github.com/status-im/status-react.git
synced 2025-01-12 03:54:32 +00:00
fa26381407
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
10 lines
425 B
Plaintext
10 lines
425 B
Plaintext
#ifndef StatusIm_Prefix_pch
|
|
#define StatusIm_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 "TestFairy.h"
|
|
#define NSLog(s, ...) do { NSLog(s, ##__VA_ARGS__); TFLog(s, ##__VA_ARGS__); } while (0)
|
|
|
|
#endif /* StatusIm_Prefix_pch */
|