JTOptionCell.h 205 Bytes
Newer Older
mei's avatar
mei committed
1 2 3 4 5 6 7 8 9 10 11 12 13
//
//  JTOptionCell.h
//  JobTalk
//
//  Created by Xummer on 14-7-9.
//  Copyright (c) 2014年 BST. All rights reserved.
//

#import "IBTTableViewCell.h"

@interface JTOptionCell : IBTTableViewCell

@end