MobileVLCKit_Prefix.pch 349 B

12345678910111213141516
  1. //
  2. // Prefix header for all source files of the 'CocoaTouchStaticLibrary' target in the 'CocoaTouchStaticLibrary' project.
  3. //
  4. #ifdef __OBJC__
  5. #import <Foundation/Foundation.h>
  6. #import <UIKit/UIKit.h>
  7. #endif
  8. #import <vlc/vlc.h>
  9. #ifndef NDEBUG
  10. #define VKLog(format, ...) NSLog(format, ## __VA_ARGS__)
  11. #else
  12. #define VKLog(format, ...)
  13. #endif