QUCRegionCell.h 339 Bytes
//
//  QUCRegionCell.h
//  qucsdk
//
//  Created by huangxianshuai on 15/5/25.
//  Copyright (c) 2015年 Qihoo360. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "QUCLabel.h"

@interface QUCRegionCell : UITableViewCell

@property (nonatomic, strong) QUCLabel *leftLabel;
@property (nonatomic, strong) QUCLabel *rightLabel;

@end