Skip to content

Commit

Permalink
Fix compiler warnings about undeclared selectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
yood committed Dec 2, 2010
1 parent b1aeb86 commit 7202c64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MBProgressHUD.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ - (void)updateIndicators;
- (void)handleGraceTimer:(NSTimer *)theTimer;
- (void)handleMinShowTimer:(NSTimer *)theTimer;
- (void)setTransformForCurrentOrientation:(BOOL)animated;
- (void)cleanUp;
- (void)deviceOrientationDidChange:(NSNotification*)notification;
- (void)launchExecution;

@property (retain) UIView *indicator;
@property (assign) float width;
Expand Down

0 comments on commit 7202c64

Please sign in to comment.