Files
mier_ios/SweetParty/Expand/Category/UIViewController+CurViewController.h
2025-08-11 10:43:19 +08:00

16 lines
270 B
Objective-C
Executable File

//
// 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