// // IssuePlanVC.h // jiaPeiC // // Created by apple on 16/6/13. // Copyright © 2016年 JCZ. All rights reserved. // #import <UIKit/UIKit.h> @interface IssuePlanVC : UIViewController @property (nonatomic, strong) NSArray *array; @end