SafeObject.h 368 B

1234567891011121314151617181920
  1. //
  2. // SafeObject.h
  3. // MSYOUPAI
  4. //
  5. // Created by YoMi on 2023/11/7.
  6. //
  7. #ifndef SafeObject_h
  8. #define SafeObject_h
  9. #import "NSArray+Safe.h"
  10. #import "NSDictionary+Safe.h"
  11. #import "NSMutableArray+Safe.h"
  12. #import "NSMutableDictionary+Safe.h"
  13. #import "NSMutableString+Safe.h"
  14. #import "NSObject+ImpChangeTool.h"
  15. #import "NSObject+Swizzling.h"
  16. #endif /* SafeObject_h */