MyQLPreviewController.h 260 B

12345678910111213
  1. //
  2. // MyQLPreviewController.h
  3. // Apex Mobile
  4. //
  5. // Created by Ray on 02/03/2018.
  6. // Copyright © 2018 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <QuickLook/QuickLook.h>
  9. @interface MyQLPreviewController : QLPreviewController
  10. @end