ResultMenuItem.h 333 B

123456789101112131415161718
  1. //
  2. // ApexResultMenuItem.h
  3. // Apex Mobile
  4. //
  5. // Created by Jack on 2019/1/19.
  6. // Copyright © 2019 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface ResultMenuItem : NSObject
  10. @property (nonatomic,copy) NSString *title;
  11. @property (nonatomic,copy) NSString *action;
  12. @end