Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
466a4f1f
Commit
466a4f1f
authored
Jun 08, 2014
by
Felix Paul Kühne
Browse files
Cloud table view controllers: fix compilation warnings
parent
8fa92c15
Changes
2
Hide whitespace changes
Inline
Side-by-side
Sources/VLCDropboxTableViewController.m
View file @
466a4f1f
...
...
@@ -23,7 +23,7 @@
#import "UIBarButtonItem+Theme.h"
#import <DropboxSDK/DropboxSDK.h>
@interface
VLCDropboxTableViewController
()
<
VLCCloudStorageTableViewCell
>
@interface
VLCDropboxTableViewController
()
<
VLCCloudStorageTableViewCell
,
VLCDropboxController
>
{
VLCDropboxController
*
_dropboxController
;
NSString
*
_currentPath
;
...
...
Sources/VLCGoogleDriveTableViewController.m
View file @
466a4f1f
...
...
@@ -17,7 +17,7 @@
#import "VLCAppDelegate.h"
#import "UIBarButtonItem+Theme.h"
@interface
VLCGoogleDriveTableViewController
()
<
VLCCloudStorageTableViewCell
>
@interface
VLCGoogleDriveTableViewController
()
<
VLCCloudStorageTableViewCell
,
VLCGoogleDriveController
>
{
GTLDriveFile
*
_selectedFile
;
GTMOAuth2ViewControllerTouch
*
_authController
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment