// Copyright 2015-present 650 Industries. All rights reserved. #import #if __has_include() #import #import #import NS_ASSUME_NONNULL_BEGIN @interface EXConstantsBinding : EXConstantsService @property (nonatomic, readonly) NSString *appOwnership; - (instancetype)initWithParams:(NSDictionary *)params; @end NS_ASSUME_NONNULL_END #endif