20 lines
382 B
Objective-C
20 lines
382 B
Objective-C
//
|
|
// UMComTableViewCell.h
|
|
// UMCommunity
|
|
//
|
|
// Created by umeng on 15-3-31.
|
|
// Copyright (c) 2015年 Umeng. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface UMComTableViewCell : UITableViewCell
|
|
|
|
@property (nonatomic, assign) CGFloat customLeftEdge;
|
|
|
|
@property (nonatomic, assign) CGFloat customSpace;
|
|
|
|
@property (nonatomic, strong) UIColor *customSpaceColor;
|
|
|
|
@end
|