// // IWNavigationController.h // // // Created by xuxiaojun on 15-09-20. // Copyright (c) 2015年 yingzhen. All rights reserved. // #import typedef void (^CloudControlerBlock)(NSString *pid, NSString *fullSerVerPath); typedef void (^CloudControlerDBBlock)(id fileFolderModel); @interface IWNavigationController : UINavigationController @property (nonatomic , strong) CloudControlerDBBlock cloudControlerDBBlock; @property (nonatomic , strong) CloudControlerBlock cloudControlerBlock; @end