git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15572 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-01-09 16:19:04 +00:00
parent 2a0f02df73
commit 35efefca29
2 changed files with 4 additions and 1 deletions

View file

@ -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.

View file

@ -23,6 +23,9 @@
*/
#include <Foundation/Foundation.h>
/**
* Extension methods for the NSCalendarDate class
*/
@implementation NSCalendarDate (GSCategories)
/**