RejectView.h 295 Bytes
Newer Older
陈俊俊's avatar
陈俊俊 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
//
//  RejectView.h
//  XFFruit
//
//  Created by 陈俊俊 on 15/10/26.
//  Copyright © 2015年 Xummer. All rights reserved.
//

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

@interface RejectView : UIView
@property (nonatomic,strong)ICRPlaceholderTextView *rejectTextView;
@end