// // TSBlurView.h // Pods // // Created by Felix Krause on 20.08.13. // // #import <UIKit/UIKit.h> @interface TSBlurView : UIView @property (nonatomic, strong) UIColor *blurTintColor; @end