~ubuntuone-ios-client-team/ubuntuone-ios-contacts/trunk

193.1.3 by Zachery Bir
New models to represent absolute ordering of playlist tracks
1
//
2
//  PlaylistSongIndex.m
3
//  iSub
4
//
5
//  Created by Zachery Bir on 6/17/11.
6
//  Copyright 2011 Canonical Ltd.
7
//	
8
//  This program is free software: you can redistribute it and/or modify it
9
//  under the terms of the GNU Affero General Public License version 3,
10
//  as published by the Free Software Foundation.
11
//	
12
//  This program is distributed in the hope that it will be useful, but
13
//  WITHOUT ANY WARRANTY; without even the implied warranties of
14
//  MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
15
//  PURPOSE.  See the GNU Affero General Public License for more details.
16
//
17
//  You should have received a copy of the GNU Affero General Public License
18
//  along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
20
#import "PlaylistSongIndex.h"
21
22
23
@implementation PlaylistSongIndex
24
25
@dynamic index, playlistEntity, songEntity;
26
27
@end