mirror of
https://github.com/devxoul/Toaster.git
synced 2026-01-18 21:21:19 +01:00
15 lines
234 B
Objective-C
15 lines
234 B
Objective-C
//
|
|
// RootViewController.h
|
|
// ToasterDemoObjC
|
|
//
|
|
// Created by Antoine Cœur on 2019/4/4.
|
|
// Copyright © 2019 Suyeol Jeon. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface RootViewController : UIViewController
|
|
|
|
@end
|
|
|