source: domaineditor/src/main/java/geniusweb/domaineditor/model/profile/ProfileModel.java@ 52

Last change on this file since 52 was 52, checked in by ruud, 14 months ago

Fixed small issues in domaineditor.

File size: 222 bytes
Line 
1package geniusweb.domaineditor.model.profile;
2
3import geniusweb.profile.Profile;
4import tudelft.utilities.mvc.model.Model;
5
6/**
7 * ProfileModel for a {@link Profile}
8 *
9 */
10public interface ProfileModel extends Model {
11
12}
Note: See TracBrowser for help on using the repository browser.