mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
16 lines
303 B
C
16 lines
303 B
C
![]() |
//
|
||
|
// UIBarButtonItem+Image.h
|
||
|
// NewsBlur
|
||
|
//
|
||
|
// Created by Samuel Clay on 2/27/13.
|
||
|
// Copyright (c) 2013 NewsBlur. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface UIBarButtonItem (Image)
|
||
|
|
||
|
+(UIBarButtonItem *)barItemWithImage:(UIImage *)image target:(id)target action:(SEL)action;
|
||
|
|
||
|
@end
|