// // UIViewController+Utils.h // LightWallPaper // // Created by yuebin on 17/2/11. // Copyright © 2017年 adesk. All rights reserved. // #import @interface UIViewController (CurViewController) + (UIViewController *)currentViewController; @end