mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
14 lines
311 B
C++
14 lines
311 B
C++
#ifndef NS_PLIST_H_JY52POBO
|
|
#define NS_PLIST_H_JY52POBO
|
|
|
|
#include <plist/plist.h>
|
|
|
|
namespace ns
|
|
{
|
|
PUBLIC NSDictionary* to_dictionary (plist::any_t const& plist);
|
|
PUBLIC NSMutableDictionary* to_mutable_dictionary (plist::any_t const& plist);
|
|
|
|
} /* ns */
|
|
|
|
#endif /* end of include guard: NS_PLIST_H_JY52POBO */
|