Mobile API Reference  MicroStrategy 2019
FileDownloadService.h
Go to the documentation of this file.
1 //
2 // FileDownloadService.h
3 // iPadMain Library
4 //
5 // Created by Amirali Charania on 3/8/11.
6 // Copyright 2011 MicroStrategy Inc. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "MSIServiceImpl.h"
11 
13  NSString* url;
14 }
15 
16 @property (nonatomic, copy) NSString* url;
17 
18 @end
Definition: FileDownloadService.h:12
NSString * url
Definition: FileDownloadService.h:13
Definition: MSIServiceImpl.h:30