19 lines
319 B
Objective-C
19 lines
319 B
Objective-C
|
//
|
||
|
// FINCustomMenuModel.h
|
||
|
// demo
|
||
|
//
|
||
|
// Created by Haley on 2020/12/17.
|
||
|
// Copyright © 2020 finogeeks. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import <FinApplet/FinApplet.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface FINCustomMenuModel : NSObject<FATAppletMenuProtocol>
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|