mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 11:41:20 +00:00
13 lines
159 B
Mathematica
13 lines
159 B
Mathematica
|
#import <GSWeb/GSWeb.h>
|
||
|
#include "DynamicElements.h"
|
||
|
|
||
|
@implementation DynamicElements
|
||
|
@end
|
||
|
|
||
|
@interface Session: GSWSession
|
||
|
@end
|
||
|
|
||
|
@implementation Session
|
||
|
@end
|
||
|
|