<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>96694</integer>
    </number>
    <user>
      <string>dcope</string>
    </user>
    <title>
      <string>untitled</string>
    </title>
    <contents>
      <string>- (void)drawRect:(CGRect)rect {
	// Create path, clip path
	CGContextRef context = UIGraphicsGetCurrentContext();
	
	CGContextSaveGState(context);
	
	CGMutablePathRef path = CGPathCreateMutable();
	CGPathAddRect(path, NULL, CGRectMake(1.0f, 1.0f, 50.0f, 50.0f));

	CGContextSetLineJoin(context, kCGLineJoinMiter);
	CGContextSetLineCap(context, kCGLineCapSquare);

	CGContextSetLineWidth(context, 1.0f);
	CGContextSetStrokeColorWithColor(context, [[UIColor redColor] CGColor]);
	
	CGContextStrokePath(context);
	CGContextAddPath(context, path);
	
	CGPathRelease(path);
	CGContextRestoreGState(context);
}</string>
    </contents>
    <universal-time>
      <integer>3478126081</integer>
    </universal-time>
    <channel>
      <string>#giantrobot</string>
    </channel>
    <colorization-mode>
      <string>Objective C</string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </paste>
</paste-with-annotations>
