2019-09-18 06:02:21 +00:00
|
|
|
/*
|
|
|
|
* Public API Surface of ucap-webmessenger-protocol-group
|
|
|
|
*/
|
2019-09-25 04:21:07 +00:00
|
|
|
export * from './lib/models/add';
|
|
|
|
export * from './lib/models/del';
|
|
|
|
export * from './lib/models/update';
|
2019-09-18 06:02:21 +00:00
|
|
|
|
|
|
|
export * from './lib/services/group-protocol.service';
|
|
|
|
|
|
|
|
export * from './lib/ucap-group-protocol.module';
|