CNAppDelegate.h
354 Bytes
//
// CNAppDelegate.h
// CNLiveCPhotoRepairModule
//
// Created by 杨苓玉 on 12/29/2022.
// Copyright (c) 2022 杨苓玉. All rights reserved.
//
@import UIKit;
#import <CNLiveBusinessBaseModule/CNLiveBusinessBaseModule.h>
@interface CNAppDelegate : BaseAppDelegate <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end