# Structs
EmailNotifier is a concrete component that sends email notifications.
FacebookDecorator is a concrete decorator that adds Facebook notification functionality.
NotifierDecorator is a base decorator that implements the Notifier interface.
SMSDecorator is a concrete decorator that adds SMS notification functionality.
# Interfaces
Notifier defines the interface for sending notifications.