Fork me on GitHub

2012年4月17日

摘要: #import <UIKit/UIKit.h>@interface DTGlowingLabel : UILabel{ UIColor *_outLineColor; UIColor *_insideColor; UIColor *b_lurColor;}@property (nonatomic, retain) UIColor *outLineColor;@property (nonatomic, retain) UIColor *insideColor;@property (nonatomic, retain) UIColor *blurColor;@end.m#impo... 阅读全文
posted @ 2012-04-17 13:45 pengyingh 阅读(2230) 评论(0) 推荐(0)

导航