Skip to content

Instantly share code, notes, and snippets.

@brianensorapps
brianensorapps / SPEvent+UserData.h
Created September 25, 2012 21:57
A userData category on SPEvent
//
// SPEvent+UserData.h
//
// Created by Brian Ensor on 9/24/12.
//
#import "SPEvent.h"
@interface SPEvent (UserData)
//
// BEDisplayDebugger.h
//
// Created by Brian Ensor on 6/11/11.
// Copyright 2011 Brian Ensor Apps. All rights reserved.
//
#import <Foundation/Foundation.h>
//
// BELinkHelper.h
//
// Created by Brian Ensor on 5/8/11.
// Copyright 2011 Brian Ensor Apps. All rights reserved.
//
#import <Foundation/Foundation.h>
// Your ID in iTunes Connect
//
// SPTextField.h
// Sparrow
//
// Created by Daniel Sperl on 29.06.09.
// Copyright 2009 Incognitek. All rights reserved.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the Simplified BSD License.
//
#import <Foundation/Foundation.h>
@interface SPDisplayObject (Screenshot)
- (UIImage *)screenshot;
@end