Skip to content

Instantly share code, notes, and snippets.

@miwillhite
Created October 1, 2013 13:53
Show Gist options
  • Select an option

  • Save miwillhite/6778782 to your computer and use it in GitHub Desktop.

Select an option

Save miwillhite/6778782 to your computer and use it in GitHub Desktop.
- (void)setFirstTouchTimestamp:(NSTimeInterval)time {
objc_setAssociatedObject(self, &kJJFirstTouchTimestampKey, [NSNumber numberWithDouble:time], OBJC_ASSOCIATION_COPY_NONATOMIC);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment