MobilePrefix.pch 226 B

12345678910111213
  1. //
  2. // Prefix header for all source files of mobile VLCKit variants
  3. //
  4. #ifdef __OBJC__
  5. #import <Foundation/Foundation.h>
  6. #import <UIKit/UIKit.h>
  7. #endif
  8. #import <vlc/vlc.h>
  9. #import "VLCHelperCode.h"
  10. #import "macros.h"