- //
- // AppDelegate+AppService.m
- // KulexiuForTeacher
- //
- // Created by 王智 on 2023/8/7.
- //
- #import "AppDelegate+AppService.h"
- @implementation AppDelegate (AppService)
- + (AppDelegate *)shareAppDelegate{
- return (AppDelegate *)[[UIApplication sharedApplication] delegate];
- }
- @end
|