ObjFW  Diff

Differences From Artifact [92c168909f]:

To Artifact [63da8012c3]:


34
35
36
37
38
39
40
41

42
43
44
45
46
47
48
 */
@interface OFSettings: OFObject
{
	OFString *_applicationName;
}

/*!
 * The name of the application whose settings are accessed by the instance.

 */
@property (readonly, nonatomic) OFString *applicationName;

/*!
 * @brief Create a new OFSettings instance for the application with the
 *	  specified name.
 *







|
>







34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
 */
@interface OFSettings: OFObject
{
	OFString *_applicationName;
}

/*!
 * @brief The name of the application whose settings are accessed by the
 *	  instance.
 */
@property (readonly, nonatomic) OFString *applicationName;

/*!
 * @brief Create a new OFSettings instance for the application with the
 *	  specified name.
 *