mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15572 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2a0f02df73
commit
35efefca29
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#ifndef INCLUDED_GS_CATEGORIES_H
|
||||
#define INCLUDED_GS_CATEGORIES_H
|
||||
/* Declaration of extension methods to standard classes
|
||||
/** Declaration of extension methods to standard classes
|
||||
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
|
||||
|
|
|
@ -23,6 +23,9 @@
|
|||
*/
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
/**
|
||||
* Extension methods for the NSCalendarDate class
|
||||
*/
|
||||
@implementation NSCalendarDate (GSCategories)
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue