6 lines
116 B
C
6 lines
116 B
C
|
|
@interface MWMEditorNotesFooter : UIView
|
||
|
|
|
||
|
|
+ (instancetype)footerForController:(UIViewController *)controller;
|
||
|
|
|
||
|
|
@end
|