From f4effabe9944b08f70551252fa55bc192d9c0a5f Mon Sep 17 00:00:00 2001 From: Tobias Hagemann Date: Thu, 27 Aug 2015 22:46:54 +0200 Subject: [PATCH] Readded designated initializer of XLFormDescriptor to header file. --- XLForm/XL/Descriptors/XLFormDescriptor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/XLForm/XL/Descriptors/XLFormDescriptor.h b/XLForm/XL/Descriptors/XLFormDescriptor.h index 944d5009..a6a0006e 100644 --- a/XLForm/XL/Descriptors/XLFormDescriptor.h +++ b/XLForm/XL/Descriptors/XLFormDescriptor.h @@ -58,6 +58,7 @@ typedef NS_OPTIONS(NSUInteger, XLFormRowNavigationOptions) { @property (weak, nullable) id delegate; +-(nonnull instancetype)initWithTitle:(nullable NSString *)title; +(nonnull instancetype)formDescriptor; +(nonnull instancetype)formDescriptorWithTitle:(nullable NSString *)title;