Skip to content

Commit

Permalink
add missing timestamp property
Browse files Browse the repository at this point in the history
  • Loading branch information
racarone committed Dec 21, 2015
1 parent b3fbf5e commit 9dd4e87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sparrow/src/Classes/SPPressEvent.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// it under the terms of the Simplified BSD License.
//

#import "SPPress.h"
#import "SPPressEvent.h"

@implementation SPPressEvent
Expand Down Expand Up @@ -38,4 +39,9 @@ - (void)dealloc
[super dealloc];
}

- (double)timestamp
{
return _presses.anyObject.timestamp;
}

@end

0 comments on commit 9dd4e87

Please sign in to comment.