Merge branch 'bugfix/model_name_update' into 'develop'
matching name change in model See merge request BPHV_MIPS/mvm_core!70
This commit is contained in:
commit
7884736227
@ -8,7 +8,7 @@
|
||||
|
||||
import UIKit
|
||||
|
||||
class ActionShareModel: ActionModelProtocol {
|
||||
@objcMembers public class ActionShareModel: ActionModelProtocol {
|
||||
//--------------------------------------------------
|
||||
// MARK: - Properties
|
||||
//--------------------------------------------------
|
||||
@ -17,8 +17,8 @@ class ActionShareModel: ActionModelProtocol {
|
||||
|
||||
public var actionType: String?
|
||||
public var title: String?
|
||||
public var shareType: String
|
||||
public var shareText: String
|
||||
public var sharedType: String
|
||||
public var sharedText: String
|
||||
public var extraParameters: JSONValueDictionary?
|
||||
public var analyticsData: JSONValueDictionary?
|
||||
|
||||
@ -26,8 +26,8 @@ class ActionShareModel: ActionModelProtocol {
|
||||
// MARK: - Initializer
|
||||
//--------------------------------------------------
|
||||
|
||||
public init(shareText: String,shareType: String) {
|
||||
self.shareType = shareType
|
||||
self.shareText = shareText
|
||||
public init(sharedText: String,sharedType: String) {
|
||||
self.sharedType = sharedType
|
||||
self.sharedText = sharedText
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user