Menu

[4a5ff5]: / PlayerPROKit / PPPatternObject_PPKPrivate.h  Maximize  Restore  History

Download this file

18 lines (15 with data), 395 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
//
// PPPatternObject_PPKPrivate.h
// PPMacho
//
// Created by C.W. Betts on 1/8/14.
//
//
#include <PlayerPROCore/PlayerPROCore.h>
#import "PPPatternObject.h"
@interface PPPatternObject ()
@property (nonatomic) PatHeader patternHeader;
@property (strong) NSMutableArray *commands;
@property (readwrite, weak) PPMusicObjectWrapper *musicWrapper;
@property (readwrite) NSInteger index;
@end