LCActionSheet+RQExtension.h 247 B

12345678910111213
  1. //
  2. // LCActionSheet+RQExtension.h
  3. // RQCommon
  4. //
  5. // Created by 张嵘 on 2018/11/23.
  6. // Copyright © 2018 张嵘. All rights reserved.
  7. //
  8. #import "LCActionSheet.h"
  9. @interface LCActionSheet (RQExtension)
  10. + (void)rq_configureActionSheet;
  11. @end