mirror of
https://github.com/yggdrasil-network/yggdrasil-ios.git
synced 2025-04-27 13:45:10 +03:00
16 lines
198 B
Objective-C
16 lines
198 B
Objective-C
//
|
|
// AppDelegate+AppDelegateExtension.h
|
|
// Yggdrasil Network
|
|
//
|
|
// Created by Neil Alexander on 11/01/2019.
|
|
//
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface AppDelegate ()
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|