// // PeriodVC.h // jiaPei // // Created by apple on 16/7/27. // Copyright © 2016年 JCZ. All rights reserved. // #import @interface PeriodVC : UIViewController @property (nonatomic, copy) NSString *secondString; @end