Mobile API Reference
MicroStrategy 2019
ImageInfo.h
Go to the documentation of this file.
1
//
2
// ImageInfo.h
3
// MSTRMobileSDK
4
//
5
// Created by Srinivas Singanamalla on 1/11/11.
6
// Copyright 2011 MicroStrategy Inc. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
11
12
@interface
ImageInfo
: NSObject {
13
@private
14
NSString* url;
15
NSString* key;
16
}
17
18
@property
(nonatomic, readonly) NSString* url;
19
@property
(nonatomic, readonly) NSString* key;
20
21
- (id) initWithUrl:(NSString*)_url key:(NSString*)_key;
22
23
@end
ImageInfo
Definition:
ImageInfo.h:12
Users
vvitarello
Desktop
MobileSDKSourceFiles
ImageInfo.h
Generated by
1.8.14