document.write('\n'); document.write('\n'); document.write('\n'); document.write('\n'); document.write('
| 1\n'); document.write('2\n'); document.write('3\n'); document.write('4\n'); document.write('5\n'); document.write('6\n'); document.write('7\n'); document.write('8\n'); document.write('9\n'); document.write('10\n'); document.write('11\n'); document.write('12\n'); document.write('13\n'); document.write('14\n'); document.write('15\n'); document.write('16\n'); document.write('17\n'); document.write('18\n'); document.write('19\n'); document.write('20\n'); document.write('21\n'); document.write('22\n'); document.write('23\n'); document.write('24\n'); document.write('25\n'); document.write('26\n'); document.write('27\n'); document.write('28\n'); document.write('29\n'); document.write('30\n'); document.write('31\n'); document.write('32\n'); document.write('33\n'); document.write('34\n'); document.write(' | \n'); document.write('//\n'); document.write('// UILabelWrap.h\n'); document.write('// UILabelWrap\n'); document.write('//\n'); document.write('// Created by Shaun Harrison on 2/13/09.\n'); document.write('// Copyright 2009 enormego. All rights reserved.\n'); document.write('//\n'); document.write('\n'); document.write('#import <UIKit/UIKit.h>\n'); document.write('\n'); document.write('\n'); document.write('@interface UILabelWrap : UIView {\n'); document.write('@private\n'); document.write(' NSString* text;\n'); document.write(' UIFont* font;\n'); document.write(' UIColor* color;\n'); document.write(' UIColor* highlightedTextColor;\n'); document.write(' BOOL isHighlighted;\n'); document.write(' UIColor* shadowColor;\n'); document.write(' CGSize shadowOffset;\n'); document.write('}\n'); document.write('\n'); document.write('@property(nonatomic,copy) NSString* text;\n'); document.write('@property(nonatomic,retain) UIFont* font;\n'); document.write('@property(nonatomic,retain) UIColor* color;\n'); document.write('@property(nonatomic,retain) UIColor* textColor;\n'); document.write('@property(nonatomic,retain) UIColor* highlightedTextColor;\n'); document.write('@property(nonatomic,assign,getter=isHighlighted) BOOL highlighted;\n'); document.write('@property(nonatomic,retain) UIColor* shadowColor;\n'); document.write('@property(nonatomic,assign) CGSize shadowOffset;\n'); document.write('\n'); document.write('@end\n'); document.write('\n'); document.write(' | \n');
document.write('