Revision 64929bae Classes/StorageObjectViewController.h

b/Classes/StorageObjectViewController.h
13 13
#import <MessageUI/MessageUI.h>
14 14
#import <MessageUI/MFMailComposeViewController.h>
15 15
#import "ActivityIndicatorView.h"
16
#import "OpenStackAppDelegate.h"
16 17

  
17 18
@class OpenStackAccount, Container, Folder, StorageObject, AnimatedProgressView, FolderViewController;
18 19

  
......
41 42
    NSInteger cdnURLSection;
42 43
    NSInteger actionsSection;
43 44
    NSInteger deleteSection;
45
    NSInteger versionsSection;
46
    NSInteger publicLinkSection;
47
    NSInteger permissionsSection;
44 48
    
45 49
    NSString *oldObjectSharingString;
46 50
    NSString *oldPublicURI;
47 51
    NSMutableDictionary *permissions;
52
    NSIndexPath *actionSelectedIndexPath;
53
    NSString *versionID;
54
    OpenStackAppDelegate *appDelegate;
48 55
}
49 56

  
50 57
@property (nonatomic, retain) OpenStackAccount *account;
......
55 62
@property (nonatomic, retain) FolderViewController *folderViewController;
56 63
    @property (nonatomic, retain) NSString *oldPubicURI;
57 64
@property (nonatomic, retain) UIDocumentInteractionController *documentInteractionController;
65
@property (nonatomic, retain) NSIndexPath *actionSelectedIndexPath;
66
@property (nonatomic, assign) BOOL objectIsReadOnly;
67
@property (nonatomic, retain) NSString *versionID;
58 68

  
59 69
- (void)setProgress:(float)newProgress;
60 70
- (IBAction)homeButtonPressed:(id)sender;

Also available in: Unified diff