COSTouchVisualizer/Classes/COSTouchImageView.h
2017-12-02 14:47:36 -05:00

18 lines
396 B
Objective-C

//
// COSTouchSpotView.h
// COSTouchVisualizer
//
// Created by Joseph Blau on 11/30/17.
// Copyright © 2017 conopsys. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface COSTouchImageView : UIImageView
@property (nonatomic) NSTimeInterval timestamp;
@property (nonatomic) BOOL shouldAutomaticallyRemoveAfterTimeout;
@property (nonatomic, getter=isFadingOut) BOOL fadingOut;
@end