RDSTools.m 151 B

12345678910111213141516
  1. //
  2. // RDSTools.m
  3. // FornoWorld
  4. //
  5. // Created by RD on 2022/6/3.
  6. //
  7. #import "RDSTools.h"
  8. @implementation RDSTools
  9. DEF_SINGLETON(RDSTools)
  10. @end