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