Music_Player3/Pods/DownloadButton/Pod/Classes/UIButton+PKDownloadButton.h
2024-05-29 17:31:45 +08:00

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