1234567891011121314151617 |
- //
- // CSJUgenRatingStarWidget.h
- // CSJAdSDK
- //
- // Created by ByteDance on 2022/10/13.
- //
- #import <Foundation/Foundation.h>
- #import "Ugen.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface CSJUgenRatingStarWidget : UgenWidget
- @end
- NS_ASSUME_NONNULL_END
|