Mobile API Reference  MicroStrategy 2019
DuplicateMessageRequest.h
Go to the documentation of this file.
1 //
2 // DuplicateMessageRequest.h
3 // MSTRMobile
4 //
5 // Created by Kevin Maurer on 1/16/10.
6 // Copyright 2010 MicroStrategy. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
11 
13  NSInteger objectType;
14 }
15 
16 @property NSInteger objectType;
17 
18 @end
Definition: MessageBasedTaskRequest.h:13
NSInteger objectType
Definition: DuplicateMessageRequest.h:13
Definition: DuplicateMessageRequest.h:12