#import <Foundation/Foundation.h>

#import "EPXDeviceAttachment.h"

@interface EPXDeviceAttachment (JSON)

- (NSDictionary *)toJSON;

@end
