//
//  UIScreen+KIFAdditions.h
//  KIF
//
//  Created by Steven King on 25/02/2016.
//
//

#import <UIKit/UIKit.h>

@interface UIScreen (KIFAdditions)

@property (nonatomic, readonly) CGFloat majorSwipeDisplacement;

@end
