Older/ToolKit/Util/NoticeCenter.cpp

20 lines
516 B
C++
Raw Normal View History

2024-09-28 23:55:00 +08:00
/*
* Copyright (c) 2016 The ZLToolKit project authors. All Rights Reserved.
*
* This file is part of ZLToolKit(https://github.com/ZLMediaKit/ZLToolKit).
*
* Use of this source code is governed by MIT license that can be found in the
* LICENSE file in the root of the source tree. All contributing project authors
* may be found in the AUTHORS file in the root of the source tree.
*/
#include "util.h"
#include "NoticeCenter.h"
namespace toolkit {
INSTANCE_IMP(NoticeCenter)
} /* namespace toolkit */