ZLPhotoBrowser-umbrella.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #ifdef __OBJC__
  2. #import <UIKit/UIKit.h>
  3. #else
  4. #ifndef FOUNDATION_EXPORT
  5. #if defined(__cplusplus)
  6. #define FOUNDATION_EXPORT extern "C"
  7. #else
  8. #define FOUNDATION_EXPORT extern
  9. #endif
  10. #endif
  11. #endif
  12. #import "ZLAnimateTransition.h"
  13. #import "ZLInteractiveAnimateProtocol.h"
  14. #import "ZLInteractiveTrasition.h"
  15. #import "ZLPullDownInteractiveTransition.h"
  16. #import "NSBundle+ZLPhotoBrowser.h"
  17. #import "ToastUtils.h"
  18. #import "UIControl+EnlargeTouchArea.h"
  19. #import "UIImage+ZLPhotoBrowser.h"
  20. #import "ZLAlbumListController.h"
  21. #import "ZLBigImageCell.h"
  22. #import "ZLCollectionCell.h"
  23. #import "ZLCustomCamera.h"
  24. #import "ZLDefine.h"
  25. #import "ZLEditVideoController.h"
  26. #import "ZLEditViewController.h"
  27. #import "ZLForceTouchPreviewController.h"
  28. #import "ZLBrushBoardImageView.h"
  29. #import "ZLClipItem.h"
  30. #import "ZLDrawItem.h"
  31. #import "ZLImageEditTool.h"
  32. #import "ZLNoAuthorityViewController.h"
  33. #import "ZLPhotoActionSheet.h"
  34. #import "ZLPhotoBrowser.h"
  35. #import "ZLPhotoBrowserCell.h"
  36. #import "ZLPhotoConfiguration.h"
  37. #import "ZLPhotoManager.h"
  38. #import "ZLPhotoModel.h"
  39. #import "ZLPlayer.h"
  40. #import "ZLProgressHUD.h"
  41. #import "ZLProgressView.h"
  42. #import "ZLShowBigImgViewController.h"
  43. #import "ZLThumbnailViewController.h"
  44. #import "ZLVideoPlayerControl.h"
  45. FOUNDATION_EXPORT double ZLPhotoBrowserVersionNumber;
  46. FOUNDATION_EXPORT const unsigned char ZLPhotoBrowserVersionString[];