| 123456789101112131415161718 |
- //
- // ApexResultMenuItem.h
- // Apex Mobile
- //
- // Created by Jack on 2019/1/19.
- // Copyright © 2019 United Software Applications, Inc. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface ResultMenuItem : NSObject
- @property (nonatomic,copy) NSString *title;
- @property (nonatomic,copy) NSString *action;
- @end
|