//
//  WaveView.h
//  Clef
//
//  Created by Mark Hudnall on 6/16/13.
//
//

#import <UIKit/UIKit.h>

@class WaveColor;

IB_DESIGNABLE
@interface WaveView : UIView

@property (nonatomic, strong) UIView *waveContainerView;
@property (nonatomic, strong) WaveColor *color;

-(void)pauseAnimation;
-(void)resumeAnimation;
-(void)animateLoginThen:(void (^)(void))handler;
@end
