17 lines
281 B
Objective-C
17 lines
281 B
Objective-C
//
|
|
// UIButton+PKDownloadButton.h
|
|
// Download
|
|
//
|
|
// Created by Pavel on 01/06/15.
|
|
// Copyright (c) 2015 Katunin. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface UIButton (PKDownloadButton)
|
|
|
|
- (void)configureDefaultAppearance;
|
|
- (void)cleanDefaultAppearance;
|
|
|
|
@end
|