summary refs log tree commit diff stats
path: root/TestFlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'TestFlight.h')
-rw-r--r--TestFlight.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TestFlight.h b/TestFlight.h index 1c464c3..e6d0ac3 100644 --- a/TestFlight.h +++ b/TestFlight.h
@@ -18,6 +18,8 @@ extern "C" {
18} 18}
19#endif 19#endif
20 20
21#define NSLog(__FORMAT__, ...) TFLog((@"%s [Line %d] " __FORMAT__), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)
22
21/** 23/**
22 * TestFlight object 24 * TestFlight object
23 * All methods are class level 25 * All methods are class level