Added a forward declaration of BITCrashManager in BITCrashManagerDelegate

This commit is contained in:
Ian Fisher 2012-09-24 17:33:47 -07:00
parent 03875a3307
commit 18f3a8c5af

View File

@ -28,6 +28,8 @@
#import <Foundation/Foundation.h>
@class BITCrashManager;
/**
The `BITCrashManagerDelegate` formal protocol defines methods further configuring
the behaviour of `BITCrashManager`.