Skip to content

Commit

Permalink
chore: 🤖 update dotlottie_player_cpp.udl
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Jan 29, 2024
1 parent 2063991 commit 9d92665
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotlottie-ffi/src/dotlottie_player_cpp.udl
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,6 @@ interface DotLottiePlayer {
boolean resize(u32 width, u32 height);
void clear();
void subscribe(Observer observer);
void unsubscribe(Observer observer);
boolean is_complete();
};

0 comments on commit 9d92665

Please sign in to comment.