// // 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; @end