123456789101112131415161718 |
- //
- // PdDetailKeyboardInputView.h
- // FirstLink
- //
- // Created by 王孝道 on 15/6/16.
- // Copyright (c) 2015年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface PdDetailKeyboardInputView : UIView
- @property (nonatomic, strong, readonly) UITextView *textView;
- @property (nonatomic, strong, readonly) UIButton *confirmButton;
- @property (nonatomic, strong) NSString *placeHolder;
- @end
|