Skip to content

Commit

Permalink
Merge pull request #21 from aporat/master
Browse files Browse the repository at this point in the history
Made indicatorView accessible in Swift.
  • Loading branch information
JonasGessner committed Jan 7, 2015
2 parents b378645 + 9a6631c commit 39a16d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JGProgressHUD/JGProgressHUD/JGProgressHUD.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

@class JGProgressHUDIndicatorView;
#import "JGProgressHUDIndicatorView.h"
@class JGProgressHUDAnimation;

/**
Expand Down

0 comments on commit 39a16d5

Please sign in to comment.