//
//  DeviceIdentifiers.h
//  device_info_plus
//
//  Created by Volodymyr on 06.11.2024.
//
#import <Foundation/Foundation.h>

@interface DeviceIdentifiers : NSObject

+ (NSString *)userKnownDeviceModel:(NSString *)identifier;

@end
