UzysWrapperPickerController.h 380 B

12345678910111213141516
  1. //
  2. // UzysWrapperPickerController.h
  3. // IdolChat
  4. //
  5. // Created by Uzysjung on 2014. 1. 28..
  6. // Copyright (c) 2014년 SKPlanet. All rights reserved.
  7. //
  8. // 版权属于原作者
  9. // http://code4app.com(cn) http://code4app.net(en)
  10. // 来源于最专业的源码分享网站: Code4App
  11. #import <UIKit/UIKit.h>
  12. @interface UzysWrapperPickerController : UIImagePickerController
  13. @end