blob: cdb08d22bec8629894c347127ae518c9b2f87ea6 [file] [log] [blame] [edit]
//
// Department.m
// StoreMad
//
// Created by Andrew Smith on 6/29/13.
// Copyright (c) 2013 eGraphs. All rights reserved.
//
#import "Department.h"
@implementation Department
@dynamic departmentId;
@dynamic name;
@end