ReadedNewsForSearchCondition
Objective-C
@interface ReadedNewsForSearchCondition : NSObject
@property(nonatomic) NSString *type;
@end
Swift
class ReadedNewsForSearchCondition : NSObject
Undocumented
-
Undocumented
Declaration
Objective-C
@property(nonatomic) NSString *type
Swift
var type: String { get set }