mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
15 lines
256 B
Objective-C
15 lines
256 B
Objective-C
//
|
|
// NBBarButtonItem.h
|
|
// NewsBlur
|
|
//
|
|
// Created by Samuel Clay on 9/24/13.
|
|
// Copyright (c) 2013 NewsBlur. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface NBBarButtonItem : UIButton
|
|
|
|
@property (nonatomic, assign) BOOL onRightSide;
|
|
|
|
@end
|