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