channelIcon (property)

This property contains a reference to the image that represents this feed.

Syntax

@property (nonatomic,readwrite,assign,getter=channelIcon,setter=setChannelIcon:) NSString* channelIcon;
- (NSString*)channelIcon;
- (void)setChannelIcon:(NSString*)newChannelIcon;
public var channelIcon: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property contains a reference to the image that represents this feed.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]