]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <UIKit/UIView.h> | |
8 | ||
9 | @interface UITabBarButtonBadge : UIView | |
10 | { | |
11 | UIView *_value; | |
12 | UIView *_background; | |
13 | UIView *_alternate; | |
14 | } | |
15 | ||
16 | - (id)initWithValue:(id)fp8 blinks:(BOOL)fp12; | |
17 | - (void)dealloc; | |
18 | - (struct CGSize)sizeThatFits:(struct CGSize)fp8; | |
19 | - (void)setValue:(id)fp8; | |
20 | - (void)layoutSubviews; | |
21 | - (void)setBlinks:(BOOL)fp8; | |
22 | ||
23 | @end | |
24 |