linphone-ios/Classes/UILightButton.h
Pierre-Eric Pelloux-Prayer 6cfc5e0666 First 'Welcome' app version
2012-01-31 15:26:21 +01:00

17 lines
272 B
Objective-C

//
// UILightButton.h
// linphone
//
// Created by Pierre-Eric Pelloux-Prayer on 31/01/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import "UIToggleButton.h"
@interface UILightButton : UIToggleButton<UIToggleButtonDelegate> {
}
@end