FreeMusic-Prefix.pch 481 B

12345678910111213141516171819
  1. //
  2. // Prefix header
  3. //
  4. // The contents of this file are implicitly included at the beginning of every source file.
  5. //
  6. #import <Availability.h>
  7. #ifndef __IPHONE_3_0
  8. #warning "This project uses features only available in iOS SDK 3.0 and later."
  9. #endif
  10. #ifdef __OBJC__
  11. #import <UIKit/UIKit.h>
  12. #import <Foundation/Foundation.h>
  13. #import "LKDBHelper.h"
  14. #import <SystemConfiguration/SystemConfiguration.h>
  15. #import <MobileCoreServices/MobileCoreServices.h>
  16. #endif