Skip to content

Commit

Permalink
Configure should accept NSObject to allow weak delegates
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Sep 13, 2013
1 parent 0c730f2 commit 1a6c20a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bin/HockeyApp.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/HockeyApp/ApiDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public interface BITHockeyManager {
BITHockeyManager SharedHockeyManager { get; }

[Export("configureWithIdentifier:delegate:")]
void Configure(string identifier, [NullAllowed] BITCrashManagerDelegate del);
void Configure(string identifier, [NullAllowed] NSObject del);

[Export("debugLogEnabled")]
bool DebugLogEnabled { get; set; }
Expand Down

0 comments on commit 1a6c20a

Please sign in to comment.