RAPreviewController.h 288 B

12345678910111213141516
  1. //
  2. // RAPreviewController.h
  3. // APEX CRM
  4. //
  5. // Created by Jack on 2018/11/27.
  6. // Copyright © 2018年 USAI. All rights reserved.
  7. //
  8. #import <QuickLook/QuickLook.h>
  9. @interface RAPreviewController : QLPreviewController
  10. + (instancetype)ra_previewControllerWithURL:(NSURL *)url;
  11. @end