blob: 23d1c5c4f7c2fee258626a517b477e585ea1fde6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// VoltaButton.h
// Volta
//
// Created by Ronny Fenrich on 2013-06-14.
// Copyright (c) 2013 Decoder. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface VoltaButton : UIButton
@end
|