//
// code.m
// Hello Taco
//
// Created by Alex Nichol on 11/10/08.
// Copyright 2008 __MyCompanyName__. All rights reserved.
//
#import "code.h"
@implementation code
- (IBAction)buttonClick:(id)sender
{
[nameLabel setStringValue:([mainTextField stringValue])];
}
@end