Skip to content

Commit

Permalink
update MJTester model declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcon committed Aug 21, 2020
1 parent 9b23616 commit 9f9b975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MJExtensionTests/SwiftModel/MJTester.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class MJTester: NSObject {
var isSpecialAgent: Bool { _isSpecialAgent?.boolValue ?? false }
var age: Int { _age?.intValue ?? 0 }

@objc var _isSpecialAgent: NSNumber?
@objc var _age: NSNumber?
@objc private var _isSpecialAgent: NSNumber?
@objc private var _age: NSNumber?
@objc var name: String?
@objc var identifier: String?

Expand Down

0 comments on commit 9f9b975

Please sign in to comment.