//
//  WaitingView.h
//  NoteLedge for Mac
//
//  Created by kdanmobile on 14-3-31.
//  Copyright (c) 2014年 kdanmobile. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface WaitingView : NSView
{
    NSProgressIndicator             *_indicator;
}
- (void)startAnimation;
@end