]> git.saurik.com Git - winterboard.git/commitdiff
Added a forward for WBBadgeLabel description.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 25 Jan 2010 08:12:28 +0000 (08:12 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 25 Jan 2010 08:12:28 +0000 (08:12 +0000)
Library.mm

index 9b32afc9e7448ce808e093f32c1f0e86dd52325c..428c6a90eb93736565ffce6b6d031b50371de14d 100644 (file)
@@ -919,6 +919,7 @@ WBDelegate(time_)
 }
 
 - (id) initWithBadge:(NSString *)badge;
+- (NSString *) description;
 
 @end
 
@@ -934,6 +935,10 @@ WBDelegate(time_)
     return self;
 }
 
+- (NSString *) description {
+    return [badge_ description];
+}
+
 WBDelegate(badge_)
 
 - (CGSize) drawAtPoint:(CGPoint)point forWidth:(float)width withFont:(UIFont *)font lineBreakMode:(int)mode {