18 lines
261 B
Dart
18 lines
261 B
Dart
|
//
|
||
|
// MOPAppletDelegate.h
|
||
|
// mop
|
||
|
//
|
||
|
// Created by 康旭耀 on 2020/4/20.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import <FinApplet/FinApplet.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface MOPAppletDelegate : NSObject<FATAppletDelegate>
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|