mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-05-25 04:44:01 +02:00
11 lines
243 B
Objective-C
11 lines
243 B
Objective-C
#import <WatchKit/WatchKit.h>
|
|
|
|
@interface TGGroupInfoFooterController : NSObject
|
|
|
|
@property (nonatomic, weak) IBOutlet WKInterfaceButton *button;
|
|
- (IBAction)buttonPressedAction;
|
|
|
|
@property (nonatomic, copy) void (^buttonPressed)(void);
|
|
|
|
@end
|