1 // Copyright 2015-present 650 Industries. All rights reserved. 2 #import <Foundation/Foundation.h> 3 4 NS_ASSUME_NONNULL_BEGIN 5 6 @interface EXDevMenuAppInfo : NSObject 7 8 + (NSDictionary *)getAppInfo; 9 10 @end 11 12 NS_ASSUME_NONNULL_END 13
1 // Copyright 2015-present 650 Industries. All rights reserved. 2 #import <Foundation/Foundation.h> 3 4 NS_ASSUME_NONNULL_BEGIN 5 6 @interface EXDevMenuAppInfo : NSObject 7 8 + (NSDictionary *)getAppInfo; 9 10 @end 11 12 NS_ASSUME_NONNULL_END 13