// // RootWireframe.m // <%= @project %> // // Created by <%= @author %> on <%= @date %>. // //

import “RootWireframe.h”

@interface RootWireframe ()

@end

@implementation RootWireframe

{

if ((self = [super init]))
{
    // custom initialization
}

return self;

}

@end