TSKLog.h 399 B

123456789101112131415161718192021
  1. /*
  2. TSKLog.h
  3. TrustKit
  4. Copyright 2015 The TrustKit Project Authors
  5. Licensed under the MIT license, see associated LICENSE file for terms.
  6. See AUTHORS file for the list of project authors.
  7. */
  8. // Common header with internal constants and defines.
  9. #ifndef TSKLog_h
  10. #define TSKLog_h
  11. // The logging function we use within TrustKit
  12. void TSKLog(NSString *format, ...);
  13. #endif /* TSKLog_h */