Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #91 from lumaxis/patch-1
Browse files Browse the repository at this point in the history
Update BaseType of BITUpdateManager
  • Loading branch information
Benjamin Scholtysik (Reimold) authored Sep 8, 2017
2 parents 45cbcd7 + 7f83a39 commit 17496ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/HockeySDK.iOSBindings/ApiDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ public partial interface BITCrashDetails {
}

#if !CRASHONLY
[BaseType(typeof(NSObject))]
[BaseType(typeof(BITHockeyBaseManager))]
public partial interface BITUpdateManager
{

Expand Down

0 comments on commit 17496ff

Please sign in to comment.