RQSingleton.m 197 B

12345678910111213
  1. //
  2. // RQSingleton.m
  3. // RQKit
  4. //
  5. // Created by 张嵘 on 2018/8/24.
  6. // Copyright © 2018年 张嵘. All rights reserved.
  7. //
  8. #import "RQSingleton.h"
  9. @implementation NSObject(RQSingleton)
  10. @end