//  Copyright © 2023 Foursquare. All rights reserved.

#import <MovementSdk/MovementSdk.h>

NS_ASSUME_NONNULL_BEGIN

@interface FSQVenue (JSON)

- (NSDictionary *)json;

@end

NS_ASSUME_NONNULL_END
