Skip to content

Instantly share code, notes, and snippets.

@gonzalezreal
Created November 3, 2012 14:51
Show Gist options
  • Save gonzalezreal/4007563 to your computer and use it in GitHub Desktop.
Save gonzalezreal/4007563 to your computer and use it in GitHub Desktop.
#import <UIKit/UIKit.h>
@interface TGRProfileImageView : UIView
- (void)setProfileImageURL:(NSURL *)url;
- (void)cancelCurrentImageLoad;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment