Inherits from LimeObject : NSObject
Conforms to NSCoding
Declared in LimeContentRulesList.h
LimeContentRulesList.m

Overview

A very simple object used as a wrapper of collection of content rules.

Tasks

Other Methods

Other Methods

Properties

contentRules

A collection of content rules.

@property (nonatomic, strong) NSArray *contentRules

Discussion

A collection of content rules.

Declared In

LimeContentRulesList.h

Instance Methods

initWithDictionary:

Initialize an object with the contents of the dictionary.

- (id)initWithDictionary:(NSDictionary *)dictionary

Parameters

dictionary

An NSDictionary to be used for initializing object properties.

Return Value

This implementation of method alway raises an exception - subclass must override this method.

Discussion

Initialize an object with the contents of the dictionary.

WARNING: The default implementation in LimeObject class raises an exception. Make sure you override the method in your subclasses.

Declared In

LimeObject.h