// // RootWireframe.m // <%= @project %> // // Created by <%= @author %> on <%= @date %>. // //
import “RootWireframe.h”
@interface RootWireframe ()
@end
@implementation RootWireframe
-
(id)initWithWindow:(UIWindow *)window
{
if ((self = [super init])) { // custom initialization } return self;
}
@end