2019-09-18 06:02:21 +00:00
|
|
|
/*
|
|
|
|
* Public API Surface of ucap-webmessenger-protocol-umg
|
|
|
|
*/
|
|
|
|
|
2019-12-17 07:39:02 +00:00
|
|
|
export * from './lib/models/sender-info';
|
|
|
|
|
|
|
|
export * from './lib/protocols/noti';
|
|
|
|
|
2019-09-18 06:02:21 +00:00
|
|
|
export * from './lib/services/umg-protocol.service';
|
|
|
|
|
2019-12-17 07:39:02 +00:00
|
|
|
export * from './lib/types/service';
|
|
|
|
|
2019-09-18 06:02:21 +00:00
|
|
|
export * from './lib/ucap-umg-protocol.module';
|