ThirdPartService.h 212 B

12345678910111213141516
  1. //
  2. // ThirdPartService.h
  3. // westkissMob
  4. //
  5. // Created by 王猛 on 2022/9/5.
  6. //
  7. #import <Foundation/Foundation.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface ThirdPartService : NSObject
  10. @end
  11. NS_ASSUME_NONNULL_END