// ACBlog.m
// Created by Anshu Chimala on 7/28/10.

+ (ACBlog *)blog {
	if(!_blog)
		_blog = [[ACBlog alloc] initWithTopics:
				[NSArray arrayWithObjects:
				  @"iPhone/Apple development",
				  @"Random geek stuff",
				  @"Whatever else I feel like"]];

warning: Missing sentinel in function call

return _blog; }

Theme: Linear by Peter Vidani