This commit is contained in:
启星
2025-08-11 10:43:19 +08:00
commit fb2c58d96f
8839 changed files with 709982 additions and 0 deletions

View File

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