IAPTestCardViewDelegate.cpp 337 B

1234567891011121314151617
  1. //
  2. // IAPTestCardViewDelegate.cpp
  3. // demo
  4. //
  5. // Created by Red_mini on 2024/10/25.
  6. //
  7. #include "IAPTestCardViewDelegate.hpp"
  8. #include "cocos2d.h"
  9. IAPTestCardViewDelegate::IAPTestCardViewDelegate(){
  10. }
  11. void IAPTestCardViewDelegate::onCardChanged(int currentPageIndex){
  12. log("页面切换到第%d页",currentPageIndex + 1);
  13. }