Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// SaySomethingViewController.h
|
||||
// Ifish
|
||||
//
|
||||
// Created by imac on 15/9/28.
|
||||
// Copyright © 2015年 imac. All rights reserved.
|
||||
//
|
||||
|
||||
#import "BaseVIewContorller.h"
|
||||
|
||||
@interface SaySomethingViewController : BaseVIewContorller
|
||||
@property (weak, nonatomic) IBOutlet UITextView *wordTextFeild;
|
||||
- (IBAction)submmitButton:(id)sender;
|
||||
@property(nonatomic,strong)UILabel *plachoderlabel;
|
||||
@property(nonatomic,strong)UILabel*textNumber;
|
||||
@end
|
||||
Reference in New Issue
Block a user