Added a forward declaration of BITUpdateManager in BITUpdateManagerDelegate

This commit is contained in:
Andreas Linde 2012-09-25 12:21:14 +02:00
parent 76962cc519
commit a4c1bd7480

View File

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