comments
This commit is contained in:
parent
79b894e582
commit
1da5034dc6
@ -17,6 +17,8 @@ import Foundation
|
||||
// Temporary fix till server changes
|
||||
public var title: String?
|
||||
|
||||
|
||||
//TODO: Should be removed in future releases. This should be MF specific.
|
||||
//Missing params
|
||||
public var openOauthWebView: Bool?
|
||||
public var showNativeNavigation: Bool?
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "MVMCoreRequestParameters.h"
|
||||
|
||||
#define ENABLE_HARD_CODED_RESPONSE 1 && DEBUG
|
||||
#define ENABLE_HARD_CODED_RESPONSE 0 && DEBUG
|
||||
|
||||
#if ENABLE_HARD_CODED_RESPONSE
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user