12345678910111213141516 |
- //
- // FaceColloectVC.h
- // LN_School
- //
- // Created by apple on 2017/9/11.
- // Copyright © 2017年 Danson. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FaceColloectVC : UIViewController
- @property (nonatomic, copy) NSString *keyWord;
- @property (nonatomic, copy) NSDate *currentDate;
- @end
|