JTRecordView.h 240 Bytes
//
//  JTRecordView.h
//  JobTalk
//
//  Created by Xummer on 14-7-29.
//  Copyright (c) 2014年 BST. All rights reserved.
//

#import "IBTUIView.h"

@interface JTRecordView : IBTUIView

- (void)updateWithWavePower:(NSUInteger)power;

@end