12345678910111213141516 |
- //
- // Prefix header for all source files of the 'CocoaTouchStaticLibrary' target in the 'CocoaTouchStaticLibrary' project.
- //
- #ifdef __OBJC__
- #import <Foundation/Foundation.h>
- #import <UIKit/UIKit.h>
- #endif
- #import <vlc/vlc.h>
- #ifndef NDEBUG
- #define VKLog(format, ...) NSLog(format, ## __VA_ARGS__)
- #else
- #define VKLog(format, ...)
- #endif
|