//  Copyright © 2023 Foursquare. All rights reserved.

#import <MovementSdk/MovementSdk.h>

NS_ASSUME_NONNULL_BEGIN

@interface FSQUserInfo (JSON)

+ (instancetype)userInfoWithJSON:(id)json;

@end

NS_ASSUME_NONNULL_END
