mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Implemented macOS Support
This commit is contained in:
27
Example/Example for lottie-macos/AppDelegate.m
Normal file
27
Example/Example for lottie-macos/AppDelegate.m
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
// AppDelegate.m
|
||||
// Example for lottie-macos
|
||||
//
|
||||
// Created by Oleksii Pavlovskyi on 2/2/17.
|
||||
// Copyright © 2017 Brandon Withrow. All rights reserved.
|
||||
//
|
||||
|
||||
#import "AppDelegate.h"
|
||||
|
||||
@interface AppDelegate ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation AppDelegate
|
||||
|
||||
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
|
||||
// Insert code here to initialize your application
|
||||
}
|
||||
|
||||
|
||||
- (void)applicationWillTerminate:(NSNotification *)aNotification {
|
||||
// Insert code here to tear down your application
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user