I am integrating openfient SDK in my app. When I want to submit user's score and called a function as below it is giving error 'OFDelegate' was not declared in this scope
[OFHighScoreService setHighScore:scores forLeaderboard:@"112033" onSuccess:OFDelegate() onFailure:OFDelegate()];
Please help me to shortout this issue.