SPSBAppCommentViewController.h 254 B

1234567891011121314151617
  1. //
  2. // SPSBAppCommentViewController.h
  3. // 我的社保
  4. //
  5. // Created by shanp on 2021/4/29.
  6. //
  7. #import "SPSBPopupViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface SPSBAppCommentViewController : SPSBPopupViewController
  10. @end
  11. NS_ASSUME_NONNULL_END