HeaderCell.h 256 Bytes
Newer Older
n22's avatar
n22 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//
//  HeaderCell.h
//  XFFruit
//
//  Created by n22 on 15/8/19.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface HeaderCell : UIView
- (instancetype)initWithFrame:(CGRect)frame withArr:(NSArray *)arr;


@end