mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 19:57:41 +00:00
need to rework on categories since subcategory workflow added some complications, but that will be taken care of in a bug fix task
14 lines
215 B
Objective-C
14 lines
215 B
Objective-C
//
|
|
// PicoSOAPWriter.h
|
|
// Pico
|
|
//
|
|
// Created by bulldog on 13-3-14.
|
|
// Copyright (c) 2013 LeanSoft Technology. All rights reserved.
|
|
//
|
|
|
|
#import "PicoXMLWriter.h"
|
|
|
|
@interface PicoSOAPWriter : PicoXMLWriter
|
|
|
|
@end
|