// Copyright 2025-present 650 Industries. All rights reserved.

#import <Foundation/Foundation.h>

@interface ObserveVersions : NSObject

@property (class, readonly, nonnull) NSString *clientVersion;

@end
