Skip to content

Instantly share code, notes, and snippets.

#import <UIKit/UIKit.h>
#import <Motif/Motif.h>
NS_ASSUME_NONNULL_BEGIN
/**
* Extension that allows defining a global theme applier, which will be used
* when a class is set via Storyboard/XIB and a theme name is ommited.
*/
@interface UIView (MotifDefaultTheme)