Fixed Xcode 6.3 warnings

This commit is contained in:
Pierre-Olivier Latour
2015-04-13 12:54:41 -07:00
parent 047fdddb0e
commit 0f0a9840e4
3 changed files with 5 additions and 0 deletions

View File

@@ -292,6 +292,8 @@
@synthesize uploadDirectory=_uploadDirectory, allowedFileExtensions=_allowedExtensions, allowHiddenItems=_allowHidden,
title=_title, header=_header, prologue=_prologue, epilogue=_epilogue, footer=_footer;
@dynamic delegate;
- (instancetype)initWithUploadDirectory:(NSString*)path {
if ((self = [super init])) {
NSBundle* siteBundle = [NSBundle bundleWithPath:[[NSBundle mainBundle] pathForResource:@"GCDWebUploader" ofType:@"bundle"]];