//
// 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
-
陈俊俊 authored0daa1c88