Files
yinmeng-ios-store/yinmeng-ios/DingDangApp/AppDelegate/AppDelegate+CYLTabBar.h

21 lines
411 B
C
Raw Normal View History

2023-12-07 10:50:21 +08:00
//
// AppDelegate+CYLTabBar.h
// NormalProject
//
// Created by PangChong on 2020/12/14.
// Copyright © 2020 WYL. All rights reserved.
//
#import "AppDelegate.h"
@class CYLTabBarController;
NS_ASSUME_NONNULL_BEGIN
/// 这是 AppDelegate 的分类,用于配置 CYLTabBarController
@interface AppDelegate (CYLTabBar)
/// 配置主窗口
- (void)configureForTabBarController;
2023-12-07 10:50:21 +08:00
@end
NS_ASSUME_NONNULL_END