RAMCell
public class RAMCell: UICollectionViewCell, ConfigurableCellRAMCell
Example configurable cell
- 
                  
                  Proxy call to superclass init. DeclarationSwift required public init?(coder aDecoder: NSCoder)ParameterscoderNSCoderinstance proxied to superview.
- 
                  
                  Proxy call to superclass init. DeclarationSwift public override init(frame: CGRect)ParametersframeRect of cell, proxied to superview. 
- 
                  
                  Visual appearance theme DeclarationSwift public var theme: Theme = RAMTheme.sharedTheme
- 
                  
                  Applies string data to the label text property DeclarationSwift public func configureCell(string: String)ParametersstringString to show in the cell 
 RAMCell Class Reference
        RAMCell Class Reference