#pragma once
#import <UIKit/UIKit.h>

@interface StylePair : NSObject

@property NSValue *rangeValue;
@property id styleValue;

@end
