// // CollectRegionsVC.h // LN_School // // Created by apple on 2017/12/7. // Copyright © 2017年 Danson. All rights reserved. // #import @interface CollectRegionsVC : UIViewController @property (nonatomic, strong) NSDictionary *infoDic; @end