Skip to content

Commit

Permalink
Merge pull request #21 from sebyddd/master
Browse files Browse the repository at this point in the history
Fix CGFloat error
  • Loading branch information
chasseurmic committed Jun 28, 2015
2 parents 5273ab2 + 39eb8bd commit 2969adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions TWRDownloadManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>

@interface TWRDownloadManager : NSObject

Expand Down
1 change: 1 addition & 0 deletions TWRDownloadObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>

typedef void(^TWRDownloadRemainingTimeBlock)(NSUInteger seconds);
typedef void(^TWRDownloadProgressBlock)(CGFloat progress);
Expand Down

0 comments on commit 2969adc

Please sign in to comment.